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 unbind (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 Unbind signal.
Emitted when an object has been unbound from its item, for example when a listitem was removed from use in a list widget and its gtk.list_item.ListItem.GObject.Object is about to be unset.
This signal is the opposite of the gtk.signal_list_item_factory.SignalListItemFactory.bind signal and should be used to undo everything done in that signal.