Method

AtspiHypertextget_link_index

Declaration [src]

gint
atspi_hypertext_get_link_index (
  AtspiHypertext* obj,
  gint character_offset,
  GError** error
)

Description [src]

Gets the index of the AtspiHyperlink object at a specified character offset.

Parameters

character_offset gint
 

A #gint specifying the character offset to query.

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

Return value

Returns: gint
 

The linkIndex of the AtspiHyperlink active at character offset character_offset, or -1 if there is no hyperlink at the specified character offset.