signal callback delegate or function to connect
void callback(gobject.object.ObjectG object, gtk.signal_list_item_factory.SignalListItemFactory signalListItemFactory)
object The gobject.object.ObjectG to tear down (optional)
signalListItemFactory the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Teardown signal.
Emitted when an object is about to be destroyed.
It is the last signal ever emitted for this object.
This signal is the opposite of the gtk.signal_list_item_factory.SignalListItemFactory.setup signal and should be used to undo everything done in that signal.