Method

GtkActionget_stock_id

deprecated: 3.10 since: 2.16

Declaration [src]

const gchar*
gtk_action_get_stock_id (
  GtkAction* action
)

Description [src]

Gets the stock id of action.

Available since: 2.16

Deprecated since: 3.10

Use GAction instead, which has no equivalent of stock items.

Gets propertyGtk.Action:stock-id

Return value

Type: const gchar*

The stock id.

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