signal_connect()
- From: Dermot Musgrove <dermot glade perl connectfree co uk>
- To: gtk-perl-list gnome org
- Subject: signal_connect()
- Date: Thu, 14 Nov 2002 04:36:24 +0000
Hi all,
GSignal->signal_connect() now returns a Gtk2::GClosure
rather than a a connection id (gulong) as gtk2 does.
We will need this id for use for a later signal_handler_block() calls
or similar.
Perhaps the plan is to intercept calls to all the signal methods
and pass a GClosure instead but I guess that it would be easier
to simply return the id.
Otherwise GClosure must provide accesors to $closure->id.
Regards, Dermot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]