Method

AtspiHyperlinkget_object

Declaration [src]

AtspiAccessible*
atspi_hyperlink_get_object (
  AtspiHyperlink* obj,
  gint i,
  GError** error
)

Description [src]

Gets the object associated with a particular hyperlink anchor, as an AtspiAccessible.

Parameters

i gint
 

A (zero-index) #gint indicating which hyperlink anchor to query.

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

Return value

Returns: AtspiAccessible
 

An AtspiAccessible that represents the object associated with the ith anchor of the specified AtspiHyperlink.

 The caller of the method takes ownership of the data, and is responsible for freeing it.