Action.getName

Warning gtk_action_get_name has been deprecated since version 3.10 and should not be used in newly-written code. Use g_action_get_name() on a GAction instead Returns the name of the action. Since 2.4

class Action
string
getName
()

Return Value

Type: string

the name of the action. The string belongs to GTK+ and should not be freed.

Meta