Method

AtspiAccessibleget_action

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

Returns: 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 data, and is responsible for freeing it.