Signal
IdeTweaksWidget::create-for-item
Declaration
GtkWidget*
create_for_item (
IdeTweaksWidget* self,
IdeTweaksItem* item,
gpointer user_data
)
Description
Creates a new GtkWidget that can be inserted into the IdeTweaksWindow
representing the item.
item is the original item (which might be a clone) to create the
widget for.
Only the first signal handler is used.
| Default handler: The default handler is called after the handlers added via |
Parameters
item-
Type:
IdeTweaksItemThe original
IdeTweaksItemwhich might be a clone.The data is owned by the caller of the function.
Return value
Type: GtkWidget
A GtkWidget or NULL.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |