Method

GtkAppChooserDialogget_heading

Declaration [src]

const gchar*
gtk_app_chooser_dialog_get_heading (
  GtkAppChooserDialog* self
)

Description [src]

Returns the text to display at the top of the dialog.

Return value

Type: const gchar*

The text to display at the top of the dialog, or NULL, in which case a default text is displayed.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.