Imported version 2.7.91
[platform/core/uifw/at-spi2-core.git] / doc / libatspi / tmpl / atspi-registry.sgml
1 <!-- ##### SECTION Title ##### -->
2 atspi-registry
3
4 <!-- ##### SECTION Short_Description ##### -->
5 A service through which applications providing accessibility services 
6 can rendezvous with consumers of those services.
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 A service through which applications providing accessibility services (servers)
11 can rendezvous with consumers of those services (Assistive Technologies). The 
12 atspi-registry is the first "port of call" for accessible applications and for
13 assistive technologies wishing to query and interact with those applications.
14 </para>
15
16 <!-- ##### SECTION See_Also ##### -->
17 <para>
18
19 </para>
20
21 <!-- ##### SECTION Stability_Level ##### -->
22
23
24 <!-- ##### SECTION Image ##### -->
25
26
27 <!-- ##### FUNCTION atspi_key_definition_get_type ##### -->
28 <para>
29
30 </para>
31
32 @Returns: 
33
34
35 <!-- ##### FUNCTION atspi_get_desktop_count ##### -->
36 <para>
37
38 </para>
39
40 @Returns: 
41
42
43 <!-- ##### FUNCTION atspi_get_desktop ##### -->
44 <para>
45
46 </para>
47
48 @i: 
49 @Returns: 
50
51
52 <!-- ##### FUNCTION atspi_get_desktop_list ##### -->
53 <para>
54
55 </para>
56
57 @Returns: 
58
59
60 <!-- ##### FUNCTION atspi_register_keystroke_listener ##### -->
61 <para>
62
63 </para>
64
65 @listener: 
66 @key_set: 
67 @modmask: 
68 @event_types: 
69 @sync_type: 
70 @error: 
71 @Returns: 
72
73
74 <!-- ##### FUNCTION atspi_deregister_keystroke_listener ##### -->
75 <para>
76
77 </para>
78
79 @listener: 
80 @key_set: 
81 @modmask: 
82 @event_types: 
83 @error: 
84 @Returns: 
85
86
87 <!-- ##### FUNCTION atspi_register_device_event_listener ##### -->
88 <para>
89
90 </para>
91
92 @listener: 
93 @event_types: 
94 @filter: 
95 @error: 
96 @Returns: 
97
98
99 <!-- ##### FUNCTION atspi_deregister_device_event_listener ##### -->
100 <para>
101
102 </para>
103
104 @listener: 
105 @filter: 
106 @error: 
107 @Returns: 
108
109
110 <!-- ##### FUNCTION atspi_generate_keyboard_event ##### -->
111 <para>
112
113 </para>
114
115 @keyval: 
116 @keystring: 
117 @synth_type: 
118 @error: 
119 @Returns: 
120
121
122 <!-- ##### FUNCTION atspi_generate_mouse_event ##### -->
123 <para>
124
125 </para>
126
127 @x: 
128 @y: 
129 @name: 
130 @error: 
131 @Returns: 
132
133