Signal
GtkSignalListItemFactory::teardown
since: 4.0
Declaration
void
teardown (
GtkSignalListItemFactory* self,
GtkListItem* listitem,
gpointer user_data
)
Description [src]
Emitted when a listitem is about to be destroyed.
It is the last signal ever emitted for this listitem
.
This signal is the opposite of the GtkSignalListItemFactory::setup
signal and should be used to undo everything done in that signal.
Default handler: The default handler is called before the handlers added via |
Available since: 4.0 |
Parameters
listitem
-
Type:
GtkListItem
The
GtkListItem
to teardown.The data is owned by the caller of the function.