Method

GimpUiFileChooserget_title

since: 3.0

Declaration [src]

const gchar*
gimp_file_chooser_get_title (
  GimpFileChooser* chooser
)

Description [src]

Gets the text currently used for the file dialog’s title and for entry’s placeholder text.

A NULL value means that the file dialog uses default title and the entry has no placeholder text.

Available since: 3.0

Return value

Type: const gchar*

The text used for the title of choosers dialog.

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