Signal

Gtk.AppChooserButton::custom-item-activated

Declaration

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

Description [src]

Emitted when a custom item is activated.

Use gtk_app_chooser_button_append_custom_item(), to add custom items.

Default handler:

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

The signal can be detailed

Parameters

item_name gchar*
 

the name of the activated item

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string