Method

GtkHeaderBarget_subtitle

since: 3.10

Declaration [src]

const gchar*
gtk_header_bar_get_subtitle (
  GtkHeaderBar* bar
)

Description [src]

Retrieves the subtitle of the header. See gtk_header_bar_set_subtitle().

Available since: 3.10

Gets propertyGtk.HeaderBar:subtitle

Return value

Type: const gchar*

The subtitle 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.