Virtual Method

GtkAppChooserButtoncustom_item_activated

Declaration [src]

void
custom_item_activated (
  GtkAppChooserButton* self,
  const gchar* item_name
)

Description [src]

Signal emitted when a custom item, previously added with gtk_app_chooser_button_append_custom_item(), is activated from the dropdown menu.

Parameters

item_name

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.