get_name
Description:
[ Version ( deprecated = true , deprecated_since = "2.10" ) ]
public string get_name (int i) throws Error
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.
Note:
Use atspi_action_get_action_name instead.
Parameters:
this |
a pointer to the Action implementor to query. |
i |
an integer indicating which action to query. |
Returns:
the non-localized name of the action, as a UTF-8 string. |