Signal

GtkAppChooserButton::custom-item-activated

Declaration

void
custom_item_activated (
  GtkAppChooserButton* self,
  gchar* item_name,
  gpointer user_data
)

Description [src]

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

Default handler:

The default handler is called before the handlers added via g_signal_connect().

The signal can be detailed

Parameters

item_name

Type: gchar*

The name of the activated item.

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