Method

Gtk.AppChooserButton.set_active_custom_item

Declaration [src]

void
gtk_app_chooser_button_set_active_custom_item (
  GtkAppChooserButton* self,
  const char* name
)

Description [src]

Selects a custom item.

See gtk_app_chooser_button_append_custom_item().

Use gtk_app_chooser_refresh() to bring the selection to its initial state.

Parameters

name const char*
 

the name of the custom item

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