Method
AtspiAccessibleget_action
deprecated: 2.10
Declaration [src]
AtspiAction*
atspi_accessible_get_action (
AtspiAccessible* obj
)
Description [src]
Gets the AtspiAction
interface for an AtspiAccessible
.
Deprecated since: 2.10
Use atspi_accessible_get_action_iface instead.
Return value
Type: AtspiAction
A pointer to an AtspiAction
interface
instance, or NULL if obj
does not implement AtspiAction
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |