[Gtk-sharp-list] Signal handler question
richard jackson
rdjackson at gmail.com
Sun Dec 25 01:45:51 EST 2005
When adding a singnal hander I'm getting this runtime error
GLib-GObject-WARNING **: gsignal.c:1549: signal id `103' cannot be chained
from current emission stage for instance `0x837a558'
And at some point the app will crash and burn.
Does this mean that I can't override the default event handler? Even though
I'm calling the default handler.
I'm new to both Gtk and mono so I'm really clueless as to how to approch
this.
For referance this is the event I trying to work with..
Vte-sharp assembly
Vte.commit - signal
Any help in understanding this would be apreciated.
On a side note I have taken a look at the C souce to this and the default
handler just calls another function passing on the data but that function is
not exposed to C#.
Richard Jackosn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20051225/a94c1a7a/attachment.html
More information about the Gtk-sharp-list
mailing list