Method

GtkFileChooserButtonget_title

since: 2.6

Declaration [src]

const gchar*
gtk_file_chooser_button_get_title (
  GtkFileChooserButton* button
)

Description [src]

Retrieves the title of the browse dialog used by button. The returned value should not be modified or freed.

Available since: 2.6

Return value

Type: const gchar*

A pointer to the browse dialog’s title.

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