blob: 5448f619d3ff3953dd1e25c5a4e5c212f6728082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<!-- ##### SECTION Title ##### -->
atspi-hypertext
<!-- ##### SECTION Short_Description ##### -->
An interface used for objects which implement linking between
multiple resource locations.
<!-- ##### SECTION Long_Description ##### -->
<para>
An interface used for objects which implement linking between
multiple resource or content locations, or multiple 'markers'
within a single document. A hypertext instance is associated
with one or more hyperlinks which are associated with particular
offests within the hypertext's content.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT AtspiHypertext ##### -->
<para>
</para>
<!-- ##### FUNCTION atspi_hypertext_get_n_links ##### -->
<para>
</para>
@obj:
@error:
@Returns:
<!-- ##### FUNCTION atspi_hypertext_get_link ##### -->
<para>
</para>
@obj:
@link_index:
@error:
@Returns:
<!-- ##### FUNCTION atspi_hypertext_get_link_index ##### -->
<para>
</para>
@obj:
@character_offset:
@error:
@Returns:
|