| AT-SPI C Bindings Reference Manual | ||||
|---|---|---|---|---|
void AccessibleHypertext_ref (AccessibleHypertext *obj);void AccessibleHypertext_unref (AccessibleHypertext *obj);long AccessibleHypertext_getNLinks (AccessibleHypertext *obj);AccessibleHyperlink * AccessibleHypertext_getLink (AccessibleHypertext *obj, longint linkIndex);long AccessibleHypertext_getLinkIndex (AccessibleHypertext *obj, longint characterOffset);
void AccessibleHypertext_ref (AccessibleHypertext *obj);
Increment the reference count for an AccessibleText_unref().
obj : |
a pointer to the |
void AccessibleHypertext_unref (AccessibleHypertext *obj);
Decrement the reference count for an AccessibleText_unref().
obj : |
a pointer to the |
long AccessibleHypertext_getNLinks (AccessibleHypertext *obj);
Get the total number of
obj : |
a pointer to the |
| Returns : | a |
AccessibleHyperlink * AccessibleHypertext_getLink (AccessibleHypertext *obj, longint linkIndex);
Get the
obj : |
a pointer to the |
linkIndex : |
a (zero-index) long integer indicating which hyperlink to query. |
| Returns : | the |
long AccessibleHypertext_getLinkIndex (AccessibleHypertext *obj, longint characterOffset);
Get the index of the
obj : |
a pointer to the |
characterOffset : |
an integer specifying the character offset to query. |
| Returns : | the linkIndex of the characterOffset, or -1 if there is
no hyperlink at the specified character offset.
|