Method

AtspiActiondo_action

Declaration [src]

gboolean
atspi_action_do_action (
  AtspiAction* obj,
  gint i,
  GError** error
)

Description [src]

Invoke the action indicated by #index.

Parameters

i gint
 

An integer specifying which action to invoke.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the action is successfully invoked, otherwise FALSE.