Signal
GtkSignalListItemFactory::unbind
Declaration
void
unbind (
GtkSignalListItemFactory* self,
GtkListItem* listitem,
gpointer user_data
)
Description [src]
Emitted when a listitem has been removed from use in a list widget
and its new GtkListItem:item
is about to be unset.
This signal is the opposite of the GtkSignalListItemFactory::bind
signal and should be used to undo everything done in that signal.
Default handler: | The default handler is called before the handlers added via |
Parameters
listitem |
GtkListItem |
The |
|
The data is owned by the caller of the function. |