Method

GtkNotebookget_group_name

since: 2.24

Declaration [src]

const gchar*
gtk_notebook_get_group_name (
  GtkNotebook* notebook
)

Description [src]

Gets the current group name for notebook.

Available since: 2.24

Return value

Type: const gchar*

The group name, or NULL if none is set.

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