Method

GtkFileDialogget_title

since: 4.10

Declaration [src]

const char*
gtk_file_dialog_get_title (
  GtkFileDialog* self
)

Description [src]

Returns the title that will be shown on the file chooser dialog.

Available since: 4.10

Gets propertyGtk.FileDialog:title

Return value

Type: const char*

The title.

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