Signal

Gtk.AppChooserWidget::application-selected

Declaration

void
application_selected (
  GtkAppChooserWidget self,
  GAppInfo* application,
  gpointer user_data
)

Description [src]

Emitted when an application item is selected from the widget’s list.

Default handler:

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

Parameters

application GAppInfo*
 

the selected GAppInfo

 Ownership is not transferred to the callee