Method

AtspiHyperlinkget_uri

Declaration [src]

gchar*
atspi_hyperlink_get_uri (
  AtspiHyperlink* obj,
  int i,
  GError** error
)

Description [src]

Gets the URI associated with a particular hyperlink anchor.

Parameters

i int
 

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

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

Return value

Returns: gchar*
 

A UTF-8 string giving the URI of the ith hyperlink anchor.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.