Method

GtkFontButtonget_title

since: 2.4

Declaration [src]

const gchar*
gtk_font_button_get_title (
  GtkFontButton* font_button
)

Description [src]

Retrieves the title of the font chooser dialog.

Available since: 2.4

Gets propertyGtk.FontButton:title

Return value

Type: const gchar*

An internal copy of the title string which must not be freed.

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