Method

AtspiHypertextget_link

Declaration [src]

AtspiHyperlink*
atspi_hypertext_get_link (
  AtspiHypertext* obj,
  gint link_index,
  GError** error
)

Description [src]

Gets the AtspiHyperlink object at a specified index.

Parameters

link_index gint
 

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

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

Return value

Returns: AtspiHyperlink
 

The AtspiHyperlink object specified by link_index.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.