| 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().
|
a pointer to the |
void AccessibleHypertext_unref (AccessibleHypertext *obj);
Decrement the reference count for an AccessibleText_unref().
|
a pointer to the |
long AccessibleHypertext_getNLinks (AccessibleHypertext *obj);
Get the total number of
|
a pointer to the |
Returns : |
a |
AccessibleHyperlink * AccessibleHypertext_getLink (AccessibleHypertext *obj, longint linkIndex);
Get the
|
a pointer to the |
|
a (zero-index) long integer indicating which hyperlink to query. |
Returns : |
the |
long AccessibleHypertext_getLinkIndex (AccessibleHypertext *obj, longint characterOffset);
Get the index of the
|
a pointer to the |
|
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.
|