![]() | ![]() | ![]() | AT-SPI C Bindings Reference Manual | ![]() |
---|
AccessibleHypertext Interface —
void AccessibleHypertext_ref (AccessibleHypertext *obj); void AccessibleHypertext_unref (AccessibleHypertext *obj);long AccessibleHypertext_getNLinks (AccessibleHypertext *obj);AccessibleHyperlink * AccessibleHypertext_getLink (AccessibleHypertext *obj,long int linkIndex);long AccessibleHypertext_getLinkIndex (AccessibleHypertext *obj,long int characterOffset);
void AccessibleHypertext_ref (AccessibleHypertext *obj);
Increment the reference count for an
obj : | a pointer to the |
void AccessibleHypertext_unref (AccessibleHypertext *obj);
Decrement the reference count for an
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,long int 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,long int 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 |
<< AccessibleEditableText Interface | AccessibleImage Interface >> |