Method

GtkHeaderBarget_title

since: 3.10

Declaration [src]

const gchar*
gtk_header_bar_get_title (
  GtkHeaderBar* bar
)

Description [src]

Retrieves the title of the header. See gtk_header_bar_set_title().

Available since: 3.10

Gets propertyGtk.HeaderBar:title

Return value

Type: const gchar*

The title of the header, or NULL if none has been set explicitly. The returned string is owned by the widget and must not be modified or freed.

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