Method

GtkAppChooserget_content_type

since: 3.0

Declaration [src]

gchar*
gtk_app_chooser_get_content_type (
  GtkAppChooser* self
)

Description [src]

Returns the current value of the GtkAppChooser:content-type property.

Available since: 3.0

Return value

Type: gchar*

The content type of self. Free with g_free()

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.