Method

GtkActionableget_action_name

Declaration [src]

const char*
gtk_actionable_get_action_name (
  GtkActionable* actionable
)

Description [src]

Gets the action name for actionable.

Gets propertyGtk.Actionable:action-name
org.gtk.Property.getaction-name

Return value

Type: const char*

The action name.

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