![]() |
![]() |
Public Member Functions | |
SignalProxyConnectionNode (const sigc::slot_base& slot, GObject* gobject) | |
Static Public Member Functions | |
void* | notify (void* data) |
Callback that is executed when the slot becomes invalid. | |
void | destroy_notify_handler (gpointer data, GClosure* closure) |
Callback that is executed when the glib closure is destroyed. | |
Public Attributes | |
gulong | connection_id_ |
sigc::slot_base | slot_ |
Protected Attributes | |
GObject* | object_ |
It lives between the layer of Gtk+ and SigC++. It is very much an internal class.
|
|
|
Callback that is executed when the glib closure is destroyed.
|
|
Callback that is executed when the slot becomes invalid. This callback is registered in the slot.
|
|
|
|
|
|
|