Method

GtkActionget_short_label

deprecated: 3.10 since: 2.16

Declaration [src]

const gchar*
gtk_action_get_short_label (
  GtkAction* action
)

Description [src]

Gets the short label text of action.

Available since: 2.16

Deprecated since: 3.10

Use GAction instead, which has no equivalent of short labels.

Gets propertyGtk.Action:short-label

Return value

Type: const gchar*

The short label text.

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