[ Version ( deprecated = true , deprecated_since = "2.10" ) ]
public string get_name (int i) throws Error
Warning: get_name is deprecated since 2.10.
Get the name of the 'i
-th' action invocable on an object implementing Action
.
Use atspi_action_get_action_name instead.
this |
a pointer to the Action implementor to query. |
i |
an integer indicating which action to query. |
the non-localized name of the action, as a UTF-8 string. |