Constructor

GtkAppChooserButtonnew

since: 3.0

Declaration [src]

GtkWidget*
gtk_app_chooser_button_new (
  const gchar* content_type
)

Description [src]

Creates a new GtkAppChooserButton for applications that can handle content of the given type.

Available since: 3.0

Parameters

content_type

Type: const gchar*

The content type to show applications for.

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

Return value

Type: GtkWidget

A newly created GtkAppChooserButton.

The data is owned by the called function.