Method

GtkAppChooserWidgetset_default_text

Declaration [src]

void
gtk_app_chooser_widget_set_default_text (
  GtkAppChooserWidget* self,
  const gchar* text
)

Description [src]

Sets the text that is shown if there are not applications that can handle the content type.

Parameters

text

Type: const gchar*

The new value for GtkAppChooserWidget:default-text.

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