Method

GtkToolItemGroupget_label

since: 2.20

Declaration [src]

const gchar*
gtk_tool_item_group_get_label (
  GtkToolItemGroup* group
)

Description [src]

Gets the label of group.

Available since: 2.20

Return value

Type: const gchar*

The label of group. The label is an internal string of group and must not be modified. Note that NULL is returned if a custom label has been set with gtk_tool_item_group_set_label_widget()

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