Method

GtkFileDialogget_title

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

Returns: const char*
 

The title.

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