Method

GioActionget_name

since: 2.28

Declaration

const gchar*
g_action_get_name (
  GAction* action
)

Description

Queries the name of action.

Available since: 2.28

Gets propertyGio.Action:name

Return value

Type: const gchar*

The name of the action.

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