| AT-SPI C Bindings Reference Manual | ||||
|---|---|---|---|---|
void AccessibleHyperlink_ref (AccessibleHyperlink *obj);void AccessibleHyperlink_unref (AccessibleHyperlink *obj);long AccessibleHyperlink_getNAnchors (AccessibleHyperlink *obj);void AccessibleHyperlink_getIndexRange (AccessibleHyperlink *obj, longint *startIndex, longint *endIndex); Accessible * AccessibleHyperlink_getObject (AccessibleHyperlink *obj, longint i);char * AccessibleHyperlink_getURI (AccessibleHyperlink *obj, longint i);SPIBoolean AccessibleHyperlink_isValid (AccessibleHyperlink *obj);
void AccessibleHyperlink_ref (AccessibleHyperlink *obj);
Increment the reference count for an
|
a pointer to the |
void AccessibleHyperlink_unref (AccessibleHyperlink *obj);
Decrement the reference count for an
|
a pointer to the |
long AccessibleHyperlink_getNAnchors (AccessibleHyperlink *obj);
Get the total number of anchors which an see AccessibleHyperlink_getURI() and AccessibleHyperlink_getObject().
|
a pointer to the |
Returns : |
a |
void AccessibleHyperlink_getIndexRange (AccessibleHyperlink *obj, longint *startIndex, longint *endIndex);
Get the starting and ending character offsets of the text range associated with
a
|
a pointer to the |
|
a pointer to a long integer into which the starting
offset of the text associated with this |
|
a pointer to a long integer into which the offset of the first character
after the text associated with this |
Accessible * AccessibleHyperlink_getObject (AccessibleHyperlink *obj, longint i);
Get the object associated with a particular hyperlink anchor, as an Accessible.
|
a pointer to the |
|
a (zero-index) long integer indicating which hyperlink anchor to query. |
Returns : |
an Accessible that represents the object associated with the ith anchor
of the specified |
char * AccessibleHyperlink_getURI (AccessibleHyperlink *obj, longint i);
Get the URI associated with a particular hyperlink anchor.
|
a pointer to the |
|
a (zero-index) long integer indicating which hyperlink anchor to query. |
Returns : |
a UTF-8 string giving the URI of the ith hyperlink anchor.
|
SPIBoolean AccessibleHyperlink_isValid (AccessibleHyperlink *obj);
Tell whether an
|
a pointer to the |
Returns : |
|