Method
GtkAppChooserget_app_info
since: 3.0
Declaration [src]
GAppInfo*
gtk_app_chooser_get_app_info (
GtkAppChooser* self
)
Return value
Type: GAppInfo
A GAppInfo
for the currently selected
application, or NULL
if none is selected. Free with g_object_unref().
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |