Method

GtkAppChooserButtonset_heading

Declaration [src]

void
gtk_app_chooser_button_set_heading (
  GtkAppChooserButton* self,
  const gchar* heading
)

Description [src]

Sets the text to display at the top of the dialog. If the heading is not set, the dialog displays a default text.

Parameters

heading

Type: const gchar*

A string containing Pango markup.

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