Method

GtkNumerableIconget_label

deprecated: 3.14 since: 3.0

Declaration [src]

const gchar*
gtk_numerable_icon_get_label (
  GtkNumerableIcon* self
)

Description [src]

Returns the currently displayed label of the icon, or NULL.

Available since: 3.0

Deprecated since: 3.14

Please do not use it in newly written code.

Return value

Type: const gchar*

The currently displayed label.

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