Method

GtkActionableget_action_name

since: 3.4

Declaration [src]

const gchar*
gtk_actionable_get_action_name (
  GtkActionable* actionable
)

Description [src]

Gets the action name for actionable.

See gtk_actionable_set_action_name() for more information.

Available since: 3.4

Return value

Type: const gchar*

The action name, or NULL if none is set.

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