84fec4c4870cb9449218dca589276605557f4533
[platform/upstream/at-spi2-atk.git] / atk-adaptor / introspection.c
1
2 /*
3  * This file has been auto-generated from the introspection data available
4  * in the at-spi2-core repository. The D-Bus procol is defined in this
5  * repository, which can be found at:
6  *
7  * http://download.gnome.org/sources/at-spi2-core/0.1/
8  *
9  * DO NOT EDIT.
10  */
11
12
13 const char *spi_org_a11y_atspi_Accessible = 
14 "<interface name=\"org.a11y.atspi.Accessible\" version=\"0.1.7\">"
15 ""
16 "  <property access=\"read\" name=\"Name\" type=\"s\" />"
17 ""
18 "  <property access=\"read\" name=\"Description\" type=\"s\" />"
19 ""
20 "  <property access=\"read\" name=\"Parent\" type=\"(so)\">"
21 "    "
22 "  </property>"
23 ""
24 "  <property access=\"read\" name=\"ChildCount\" type=\"i\" />"
25 ""
26 "  <property access=\"read\" name=\"Locale\" type=\"s\" />"
27 ""
28 "  <method name=\"GetChildAtIndex\">"
29 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
30 "    <arg direction=\"out\" type=\"(so)\" />"
31 "    "
32 "  </method>"
33 ""
34 "  <method name=\"GetChildren\">"
35 "    <arg direction=\"out\" type=\"a(so)\" />"
36 "    "
37 "  </method>"
38 ""
39 "  <method name=\"GetIndexInParent\">"
40 "    <arg direction=\"out\" type=\"i\" />"
41 "  </method>"
42 ""
43 "  <method name=\"GetRelationSet\">"
44 "    <arg direction=\"out\" type=\"a(ua(so))\" />"
45 "    "
46 "  </method>"
47 ""
48 "  <method name=\"GetRole\">"
49 "    <arg direction=\"out\" type=\"u\" />"
50 "  </method>"
51 ""
52 "  <method name=\"GetRoleName\">"
53 "    <arg direction=\"out\" type=\"s\" />"
54 "  </method>"
55 ""
56 "  <method name=\"GetLocalizedRoleName\">"
57 "    <arg direction=\"out\" type=\"s\" />"
58 "  </method>"
59 ""
60 "  <method name=\"GetState\">"
61 "    <arg direction=\"out\" type=\"au\" />"
62 "    "
63 "  </method>"
64 ""
65 "  <method name=\"GetAttributes\">"
66 "    <arg direction=\"out\" type=\"a{ss}\" />"
67 "    "
68 "  </method>"
69 ""
70 "  <method name=\"GetApplication\">"
71 "    <arg direction=\"out\" type=\"(so)\" />"
72 "    "
73 "  </method>"
74 ""
75 "</interface>"
76 "";
77
78 const char *spi_org_a11y_atspi_Action = 
79 "<interface name=\"org.a11y.atspi.Action\" version=\"0.1.7\">"
80 ""
81 "  <property access=\"read\" name=\"NActions\" type=\"i\" />"
82 ""
83 "  <method name=\"GetDescription\">"
84 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
85 "    <arg direction=\"out\" type=\"s\" />"
86 "  </method>"
87 ""
88 "  <method name=\"GetName\">"
89 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
90 "    <arg direction=\"out\" type=\"s\" />"
91 "  </method>"
92 ""
93 "  <method name=\"GetLocalizedName\">"
94 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
95 "    <arg direction=\"out\" type=\"s\" />"
96 "  </method>"
97 ""
98 "  <method name=\"GetKeyBinding\">"
99 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
100 "    <arg direction=\"out\" type=\"s\" />"
101 "  </method>"
102 ""
103 "  <method name=\"GetActions\">"
104 "    <arg direction=\"out\" type=\"a(sss)\" />"
105 "    "
106 "  </method>"
107 ""
108 "  <method name=\"DoAction\">"
109 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
110 "    <arg direction=\"out\" type=\"b\" />"
111 "  </method>"
112 ""
113 "</interface>"
114 "";
115
116 const char *spi_org_a11y_atspi_Application = 
117 "<interface name=\"org.a11y.atspi.Application\" version=\"0.1.7\">"
118 ""
119 "  <property access=\"read\" name=\"ToolkitName\" type=\"s\" />"
120 ""
121 "  <property access=\"read\" name=\"Version\" type=\"s\" />"
122 ""
123 "  <property access=\"read\" name=\"AtspiVersion\" type=\"s\" />"
124 "  <property access=\"read\" name=\"Id\" type=\"i\" />"
125 ""
126 "  <method name=\"GetLocale\">"
127 "    <arg direction=\"in\" name=\"lctype\" type=\"u\" />"
128 "    <arg direction=\"out\" type=\"s\" />"
129 "  </method>"
130 ""
131 "  <method name=\"RegisterEventListener\">"
132 "    <arg direction=\"in\" name=\"event\" type=\"s\" />"
133 "  </method>"
134 ""
135 "  <method name=\"DeregisterEventListener\">"
136 "    <arg direction=\"in\" name=\"event\" type=\"s\" />"
137 "  </method>"
138 ""
139 "</interface>"
140 "";
141
142 const char *spi_org_a11y_atspi_Collection = 
143 "<interface name=\"org.a11y.atspi.Collection\" version=\"0.1.7\">"
144 ""
145 "  <method name=\"GetMatches\">"
146 "    <arg direction=\"in\" name=\"rule\" type=\"(auuasuauusub)\" />"
147 "    "
148 "    <arg direction=\"in\" name=\"sortby\" type=\"u\" />"
149 "    <arg direction=\"in\" name=\"count\" type=\"i\" />"
150 "    <arg direction=\"in\" name=\"traverse\" type=\"b\" />"
151 "    <arg direction=\"out\" type=\"a(so)\" />"
152 "    "
153 "  </method>"
154 ""
155 "  <method name=\"GetMatchesTo\">"
156 "    <arg direction=\"in\" name=\"current_object\" type=\"o\" />"
157 "    "
158 "    <arg direction=\"in\" name=\"rule\" type=\"(auuasuauusub)\" />"
159 "    "
160 "    <arg direction=\"in\" name=\"sortby\" type=\"u\" />"
161 "    <arg direction=\"in\" name=\"tree\" type=\"u\" />"
162 "    <arg direction=\"in\" name=\"limit_scope\" type=\"b\" />"
163 "    <arg direction=\"in\" name=\"count\" type=\"i\" />"
164 "    <arg direction=\"in\" name=\"traverse\" type=\"b\" />"
165 "    <arg direction=\"out\" type=\"a(so)\" />"
166 "    "
167 "  </method>"
168 ""
169 "  <method name=\"GetMatchesFrom\">"
170 "    <arg direction=\"in\" name=\"current_object\" type=\"o\" />"
171 "    "
172 "    <arg direction=\"in\" name=\"rule\" type=\"(auuasuauusub)\" />"
173 "    "
174 "    <arg direction=\"in\" name=\"sortby\" type=\"u\" />"
175 "    <arg direction=\"in\" name=\"tree\" type=\"u\" />"
176 "    <arg direction=\"in\" name=\"count\" type=\"i\" />"
177 "    <arg direction=\"in\" name=\"traverse\" type=\"b\" />"
178 "    <arg direction=\"out\" type=\"a(so)\" />"
179 "    "
180 "  </method>"
181 ""
182 "  <method name=\"GetActiveDescendant\">"
183 "    <arg direction=\"out\" type=\"(so)\" />"
184 "    "
185 "  </method>"
186 ""
187 "</interface>"
188 "";
189
190 const char *spi_org_a11y_atspi_Component = 
191 "<interface name=\"org.a11y.atspi.Component\" version=\"0.1.7\">"
192 ""
193 "  <method name=\"Contains\">"
194 "    <arg direction=\"in\" name=\"x\" type=\"i\" />"
195 "    <arg direction=\"in\" name=\"y\" type=\"i\" />"
196 "    <arg direction=\"in\" name=\"coord_type\" type=\"u\" />"
197 "    <arg direction=\"out\" type=\"b\" />"
198 "  </method>"
199 ""
200 "  <method name=\"GetAccessibleAtPoint\">"
201 "    <arg direction=\"in\" name=\"x\" type=\"i\" />"
202 "    <arg direction=\"in\" name=\"y\" type=\"i\" />"
203 "    <arg direction=\"in\" name=\"coord_type\" type=\"u\" />"
204 "    <arg direction=\"out\" type=\"(so)\" />"
205 "    "
206 "  </method>"
207 ""
208 "  <method name=\"GetExtents\">"
209 "    <arg direction=\"in\" name=\"coord_type\" type=\"u\" />"
210 "    <arg direction=\"out\" type=\"(iiii)\" />"
211 "    "
212 "  </method>"
213 ""
214 "  <method name=\"GetPosition\">"
215 "    <arg direction=\"in\" name=\"coord_type\" type=\"u\" />"
216 "    <arg direction=\"out\" name=\"x\" type=\"i\" />"
217 "    <arg direction=\"out\" name=\"y\" type=\"i\" />"
218 "  </method>"
219 ""
220 "  <method name=\"GetSize\">"
221 "    <arg direction=\"out\" name=\"width\" type=\"i\" />"
222 "    <arg direction=\"out\" name=\"height\" type=\"i\" />"
223 "  </method>"
224 ""
225 "  <method name=\"GetLayer\">"
226 "    <arg direction=\"out\" type=\"u\" />"
227 "  </method>"
228 ""
229 "  <method name=\"GetMDIZOrder\">"
230 "    <arg direction=\"out\" type=\"n\" />"
231 "  </method>"
232 ""
233 "  <method name=\"GrabFocus\">"
234 "    <arg direction=\"out\" type=\"b\" />"
235 "  </method>"
236 ""
237 "  <method name=\"GetAlpha\">"
238 "    <arg direction=\"out\" type=\"d\" />"
239 "  </method>"
240 ""
241 "  <method name=\"SetExtents\">"
242 "    <arg direction=\"in\" name=\"x\" type=\"i\" />"
243 "    <arg direction=\"in\" name=\"y\" type=\"i\" />"
244 "    <arg direction=\"in\" name=\"width\" type=\"i\" />"
245 "    <arg direction=\"in\" name=\"height\" type=\"i\" />"
246 "    <arg direction=\"in\" name=\"coord_type\" type=\"u\" />"
247 "    <arg direction=\"out\" type=\"b\" />"
248 "  </method>"
249 ""
250 "  <method name=\"SetPosition\">"
251 "    <arg direction=\"in\" name=\"x\" type=\"i\" />"
252 "    <arg direction=\"in\" name=\"y\" type=\"i\" />"
253 "    <arg direction=\"in\" name=\"coord_type\" type=\"u\" />"
254 "    <arg direction=\"out\" type=\"b\" />"
255 "  </method>"
256 ""
257 "  <method name=\"SetSize\">"
258 "    <arg direction=\"in\" name=\"width\" type=\"i\" />"
259 "    <arg direction=\"in\" name=\"height\" type=\"i\" />"
260 "    <arg direction=\"out\" type=\"b\" />"
261 "  </method>"
262 ""
263 "</interface>"
264 "";
265
266 const char *spi_org_a11y_atspi_Document = 
267 "<interface name=\"org.a11y.atspi.Document\" version=\"0.1.7\">"
268 ""
269 "  <property access=\"read\" name=\"CurrentPageNumber\" type=\"i\" />"
270 ""
271 "  <property access=\"read\" name=\"PageCount\" type=\"i\" />"
272 ""
273 "  <method name=\"GetLocale\">"
274 "    <arg direction=\"out\" type=\"s\" />"
275 "  </method>"
276 ""
277 "  <method name=\"GetAttributeValue\">"
278 "    <arg direction=\"in\" name=\"attributename\" type=\"s\" />"
279 "    <arg direction=\"out\" type=\"s\" />"
280 "  </method>"
281 ""
282 "  <method name=\"GetAttributes\">"
283 "    <arg direction=\"out\" type=\"{ss}\" />"
284 "    "
285 "  </method>"
286 ""
287 "</interface>"
288 "";
289
290 const char *spi_org_a11y_atspi_Hypertext = 
291 "<interface name=\"org.a11y.atspi.Hypertext\" version=\"0.1.7\">"
292 ""
293 "  <method name=\"GetNLinks\">"
294 "    <arg direction=\"out\" type=\"i\" />"
295 "  </method>"
296 ""
297 "  <method name=\"GetLink\">"
298 "    <arg direction=\"in\" name=\"linkIndex\" type=\"i\" />"
299 "    <arg direction=\"out\" type=\"(so)\" />"
300 "    "
301 "  </method>"
302 ""
303 "  <method name=\"GetLinkIndex\">"
304 "    <arg direction=\"in\" name=\"characterIndex\" type=\"i\" />"
305 "    <arg direction=\"out\" type=\"i\" />"
306 "  </method>"
307 ""
308 "</interface>"
309 "";
310
311 const char *spi_org_a11y_atspi_Hyperlink = 
312 "<interface name=\"org.a11y.atspi.Hyperlink\" version=\"0.1.7\">"
313 ""
314 "  <property access=\"read\" name=\"NAnchors\" type=\"n\" />"
315 ""
316 "  <property access=\"read\" name=\"StartIndex\" type=\"i\" />"
317 ""
318 "  <property access=\"read\" name=\"EndIndex\" type=\"i\" />"
319 ""
320 "  <method name=\"GetObject\">"
321 "    <arg direction=\"in\" name=\"i\" type=\"i\" />"
322 "    <arg direction=\"out\" type=\"(so)\" />"
323 "    "
324 "  </method>"
325 ""
326 "  <method name=\"GetURI\">"
327 "    <arg direction=\"in\" name=\"i\" type=\"i\" />"
328 "    <arg direction=\"out\" type=\"s\" />"
329 "  </method>"
330 ""
331 "  <method name=\"IsValid\">"
332 "    <arg direction=\"out\" type=\"b\" />"
333 "  </method>"
334 ""
335 "</interface>"
336 "";
337
338 const char *spi_org_a11y_atspi_Image = 
339 "<interface name=\"org.a11y.atspi.Image\" version=\"0.1.7\">"
340 ""
341 "  <property access=\"read\" name=\"ImageDescription\" type=\"s\" />"
342 ""
343 "  <property access=\"read\" name=\"ImageLocale\" type=\"s\" />"
344 ""
345 "  <method name=\"GetImageExtents\">"
346 "    <arg direction=\"in\" name=\"coordType\" type=\"u\" />"
347 "    <arg direction=\"out\" type=\"(iiii)\" />"
348 "    "
349 "  </method>"
350 ""
351 "  <method name=\"GetImagePosition\">"
352 "    <arg direction=\"out\" name=\"x\" type=\"i\" />"
353 "    <arg direction=\"out\" name=\"y\" type=\"i\" />"
354 "    <arg direction=\"in\" name=\"coordType\" type=\"u\" />"
355 "  </method>"
356 ""
357 "  <method name=\"GetImageSize\">"
358 "    <arg direction=\"out\" name=\"width\" type=\"i\" />"
359 "    <arg direction=\"out\" name=\"height\" type=\"i\" />"
360 "  </method>"
361 ""
362 "</interface>"
363 "";
364
365 const char *spi_org_a11y_atspi_Selection = 
366 "<interface name=\"org.a11y.atspi.Selection\" version=\"0.1.7\">"
367 ""
368 "  <property access=\"read\" name=\"NSelectedChildren\" type=\"i\" />"
369 ""
370 "  <method name=\"GetSelectedChild\">"
371 "    <arg direction=\"in\" name=\"selectedChildIndex\" type=\"i\" />"
372 "    <arg direction=\"out\" type=\"(so)\" />"
373 "    "
374 "  </method>"
375 ""
376 "  <method name=\"SelectChild\">"
377 "    <arg direction=\"in\" name=\"childIndex\" type=\"i\" />"
378 "    <arg direction=\"out\" type=\"b\" />"
379 "  </method>"
380 ""
381 "  <method name=\"DeselectSelectedChild\">"
382 "    <arg direction=\"in\" name=\"selectedChildIndex\" type=\"i\" />"
383 "    <arg direction=\"out\" type=\"b\" />"
384 "  </method>"
385 ""
386 "  <method name=\"IsChildSelected\">"
387 "    <arg direction=\"in\" name=\"childIndex\" type=\"i\" />"
388 "    <arg direction=\"out\" type=\"b\" />"
389 "  </method>"
390 ""
391 "  <method name=\"SelectAll\">"
392 "    <arg direction=\"out\" type=\"b\" />"
393 "  </method>"
394 ""
395 "  <method name=\"ClearSelection\">"
396 "    <arg direction=\"out\" type=\"b\" />"
397 "  </method>"
398 ""
399 "  <method name=\"DeselectChild\">"
400 "    <arg direction=\"in\" name=\"childIndex\" type=\"i\" />"
401 "    <arg direction=\"out\" type=\"b\" />"
402 "  </method>"
403 ""
404 "</interface>"
405 "";
406
407 const char *spi_org_a11y_atspi_Table = 
408 "<interface name=\"org.a11y.atspi.Table\" version=\"0.1.7\">"
409 ""
410 "  <property access=\"read\" name=\"NRows\" type=\"i\" />"
411 ""
412 "  <property access=\"read\" name=\"NColumns\" type=\"i\" />"
413 ""
414 "  <property access=\"read\" name=\"Caption\" type=\"(so)\">"
415 "    "
416 "  </property>"
417 ""
418 "  <property access=\"read\" name=\"Summary\" type=\"(so)\">"
419 "    "
420 "  </property>"
421 ""
422 "  <property access=\"read\" name=\"NSelectedRows\" type=\"i\" />"
423 ""
424 "  <property access=\"read\" name=\"NSelectedColumns\" type=\"i\" />"
425 ""
426 "  <method name=\"GetAccessibleAt\">"
427 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
428 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
429 "    <arg direction=\"out\" type=\"(so)\" />"
430 "    "
431 "  </method>"
432 ""
433 "  <method name=\"GetIndexAt\">"
434 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
435 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
436 "    <arg direction=\"out\" type=\"i\" />"
437 "  </method>"
438 ""
439 "  <method name=\"GetRowAtIndex\">"
440 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
441 "    <arg direction=\"out\" type=\"i\" />"
442 "  </method>"
443 ""
444 "  <method name=\"GetColumnAtIndex\">"
445 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
446 "    <arg direction=\"out\" type=\"i\" />"
447 "  </method>"
448 ""
449 "  <method name=\"GetRowDescription\">"
450 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
451 "    <arg direction=\"out\" type=\"s\" />"
452 "  </method>"
453 ""
454 "  <method name=\"GetColumnDescription\">"
455 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
456 "    <arg direction=\"out\" type=\"s\" />"
457 "  </method>"
458 ""
459 "  <method name=\"GetRowExtentAt\">"
460 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
461 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
462 "    <arg direction=\"out\" type=\"i\" />"
463 "  </method>"
464 ""
465 "  <method name=\"GetColumnExtentAt\">"
466 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
467 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
468 "    <arg direction=\"out\" type=\"i\" />"
469 "  </method>"
470 ""
471 "  <method name=\"GetRowHeader\">"
472 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
473 "    <arg direction=\"out\" type=\"(so)\" />"
474 "    "
475 "  </method>"
476 ""
477 "  <method name=\"GetColumnHeader\">"
478 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
479 "    <arg direction=\"out\" type=\"(so)\" />"
480 "    "
481 "  </method>"
482 ""
483 "  <method name=\"GetSelectedRows\">"
484 "    <arg direction=\"out\" type=\"ai\" />"
485 "    "
486 "  </method>"
487 ""
488 "  <method name=\"GetSelectedColumns\">"
489 "    <arg direction=\"out\" type=\"ai\" />"
490 "    "
491 "  </method>"
492 ""
493 "  <method name=\"IsRowSelected\">"
494 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
495 "    <arg direction=\"out\" type=\"b\" />"
496 "  </method>"
497 ""
498 "  <method name=\"IsColumnSelected\">"
499 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
500 "    <arg direction=\"out\" type=\"b\" />"
501 "  </method>"
502 ""
503 "  <method name=\"IsSelected\">"
504 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
505 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
506 "    <arg direction=\"out\" type=\"b\" />"
507 "  </method>"
508 ""
509 "  <method name=\"AddRowSelection\">"
510 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
511 "    <arg direction=\"out\" type=\"b\" />"
512 "  </method>"
513 ""
514 "  <method name=\"AddColumnSelection\">"
515 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
516 "    <arg direction=\"out\" type=\"b\" />"
517 "  </method>"
518 ""
519 "  <method name=\"RemoveRowSelection\">"
520 "    <arg direction=\"in\" name=\"row\" type=\"i\" />"
521 "    <arg direction=\"out\" type=\"b\" />"
522 "  </method>"
523 ""
524 "  <method name=\"RemoveColumnSelection\">"
525 "    <arg direction=\"in\" name=\"column\" type=\"i\" />"
526 "    <arg direction=\"out\" type=\"b\" />"
527 "  </method>"
528 ""
529 "  <method name=\"GetRowColumnExtentsAtIndex\">"
530 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
531 "    <arg direction=\"out\" type=\"b\" />"
532 "    <arg direction=\"out\" name=\"row\" type=\"i\" />"
533 "    <arg direction=\"out\" name=\"col\" type=\"i\" />"
534 "    <arg direction=\"out\" name=\"row_extents\" type=\"i\" />"
535 "    <arg direction=\"out\" name=\"col_extents\" type=\"i\" />"
536 "    <arg direction=\"out\" name=\"is_selected\" type=\"b\" />"
537 "  </method>"
538 ""
539 "</interface>"
540 "";
541
542 const char *spi_org_a11y_atspi_TableCell = 
543 "<interface name=\"org.a11y.atspi.TableCell\" version=\"0.1.7\">"
544 ""
545 "  <property access=\"read\" name=\"ColumnSpan\" type=\"i\" />"
546 ""
547 "  <property access=\"read\" name=\"Position\" type=\"(ii)\" />"
548 ""
549 "  <property access=\"read\" name=\"RowSpan\" type=\"i\" />"
550 ""
551 "  <property access=\"read\" name=\"Table\" type=\"(so)\" />"
552 ""
553 "  <method name=\"GetRowColumnSpan\">"
554 "    <arg direction=\"out\" type=\"b\" />"
555 "    <arg direction=\"out\" name=\"row\" type=\"i\" />"
556 "    <arg direction=\"out\" name=\"col\" type=\"i\" />"
557 "    <arg direction=\"out\" name=\"row_extents\" type=\"i\" />"
558 "    <arg direction=\"out\" name=\"col_extents\" type=\"i\" />"
559 "  </method>"
560 ""
561 "</interface>"
562 "";
563
564 const char *spi_org_a11y_atspi_Text = 
565 "<interface name=\"org.a11y.atspi.Text\" version=\"0.1.7\">"
566 ""
567 "  <property access=\"read\" name=\"CharacterCount\" type=\"i\" />"
568 ""
569 "  <property access=\"read\" name=\"CaretOffset\" type=\"i\" />"
570 ""
571 "  <method name=\"GetStringAtOffset\">"
572 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
573 "    <arg direction=\"in\" name=\"granularity\" type=\"u\" />"
574 "    <arg direction=\"out\" type=\"s\" />"
575 "    <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
576 "    <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
577 "  </method>"
578 ""
579 "  <method name=\"GetText\">"
580 "    <arg direction=\"in\" name=\"startOffset\" type=\"i\" />"
581 "    <arg direction=\"in\" name=\"endOffset\" type=\"i\" />"
582 "    <arg direction=\"out\" type=\"s\" />"
583 "  </method>"
584 ""
585 "  <method name=\"SetCaretOffset\">"
586 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
587 "    <arg direction=\"out\" type=\"b\" />"
588 "  </method>"
589 ""
590 "  <method name=\"GetTextBeforeOffset\">"
591 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
592 "    <arg direction=\"in\" name=\"type\" type=\"u\" />"
593 "    <arg direction=\"out\" type=\"s\" />"
594 "    <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
595 "    <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
596 "  </method>"
597 ""
598 "  <method name=\"GetTextAtOffset\">"
599 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
600 "    <arg direction=\"in\" name=\"type\" type=\"u\" />"
601 "    <arg direction=\"out\" type=\"s\" />"
602 "    <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
603 "    <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
604 "  </method>"
605 ""
606 "  <method name=\"GetTextAfterOffset\">"
607 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
608 "    <arg direction=\"in\" name=\"type\" type=\"u\" />"
609 "    <arg direction=\"out\" type=\"s\" />"
610 "    <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
611 "    <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
612 "  </method>"
613 ""
614 "  <method name=\"GetCharacterAtOffset\">"
615 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
616 "    <arg direction=\"out\" type=\"i\" />"
617 "  </method>"
618 ""
619 "  <method name=\"GetAttributeValue\">"
620 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
621 "    <arg direction=\"in\" name=\"attributeName\" type=\"s\" />"
622 "    <arg direction=\"out\" type=\"s\" />"
623 "  </method>"
624 ""
625 "  <method name=\"GetAttributes\">"
626 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
627 "    <arg direction=\"out\" type=\"a{ss}\" />"
628 "    <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
629 "    <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
630 "    "
631 "  </method>"
632 ""
633 "  <method name=\"GetDefaultAttributes\">"
634 "    <arg direction=\"out\" type=\"a{ss}\" />"
635 "    "
636 "  </method>"
637 ""
638 "  <method name=\"GetCharacterExtents\">"
639 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
640 "    <arg direction=\"out\" name=\"x\" type=\"i\" />"
641 "    <arg direction=\"out\" name=\"y\" type=\"i\" />"
642 "    <arg direction=\"out\" name=\"width\" type=\"i\" />"
643 "    <arg direction=\"out\" name=\"height\" type=\"i\" />"
644 "    <arg direction=\"in\" name=\"coordType\" type=\"u\" />"
645 "  </method>"
646 ""
647 "  <method name=\"GetOffsetAtPoint\">"
648 "    <arg direction=\"in\" name=\"x\" type=\"i\" />"
649 "    <arg direction=\"in\" name=\"y\" type=\"i\" />"
650 "    <arg direction=\"in\" name=\"coordType\" type=\"u\" />"
651 "    <arg direction=\"out\" type=\"i\" />"
652 "  </method>"
653 ""
654 "  <method name=\"GetNSelections\">"
655 "    <arg direction=\"out\" type=\"i\" />"
656 "  </method>"
657 ""
658 "  <method name=\"GetSelection\">"
659 "    <arg direction=\"in\" name=\"selectionNum\" type=\"i\" />"
660 "    <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
661 "    <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
662 "  </method>"
663 ""
664 "  <method name=\"AddSelection\">"
665 "    <arg direction=\"in\" name=\"startOffset\" type=\"i\" />"
666 "    <arg direction=\"in\" name=\"endOffset\" type=\"i\" />"
667 "    <arg direction=\"out\" type=\"b\" />"
668 "  </method>"
669 ""
670 "  <method name=\"RemoveSelection\">"
671 "    <arg direction=\"in\" name=\"selectionNum\" type=\"i\" />"
672 "    <arg direction=\"out\" type=\"b\" />"
673 "  </method>"
674 ""
675 "  <method name=\"SetSelection\">"
676 "    <arg direction=\"in\" name=\"selectionNum\" type=\"i\" />"
677 "    <arg direction=\"in\" name=\"startOffset\" type=\"i\" />"
678 "    <arg direction=\"in\" name=\"endOffset\" type=\"i\" />"
679 "    <arg direction=\"out\" type=\"b\" />"
680 "  </method>"
681 ""
682 "  <method name=\"GetRangeExtents\">"
683 "    <arg direction=\"in\" name=\"startOffset\" type=\"i\" />"
684 "    <arg direction=\"in\" name=\"endOffset\" type=\"i\" />"
685 "    <arg direction=\"out\" name=\"x\" type=\"i\" />"
686 "    <arg direction=\"out\" name=\"y\" type=\"i\" />"
687 "    <arg direction=\"out\" name=\"width\" type=\"i\" />"
688 "    <arg direction=\"out\" name=\"height\" type=\"i\" />"
689 "    <arg direction=\"in\" name=\"coordType\" type=\"u\" />"
690 "  </method>"
691 ""
692 "  <method name=\"GetBoundedRanges\">"
693 "    <arg direction=\"in\" name=\"x\" type=\"i\" />"
694 "    <arg direction=\"in\" name=\"y\" type=\"i\" />"
695 "    <arg direction=\"in\" name=\"width\" type=\"i\" />"
696 "    <arg direction=\"in\" name=\"height\" type=\"i\" />"
697 "    <arg direction=\"in\" name=\"coordType\" type=\"u\" />"
698 "    <arg direction=\"in\" name=\"xClipType\" type=\"u\" />"
699 "    <arg direction=\"in\" name=\"yClipType\" type=\"u\" />"
700 "    <arg direction=\"out\" type=\"a(iisv)\" />"
701 "    "
702 "  </method>"
703 ""
704 "  <method name=\"GetAttributeRun\">"
705 "    <arg direction=\"in\" name=\"offset\" type=\"i\" />"
706 "    <arg direction=\"in\" name=\"includeDefaults\" type=\"b\" />"
707 "    <arg direction=\"out\" type=\"a{ss}\" />"
708 "    <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
709 "    <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
710 "    "
711 "  </method>"
712 ""
713 "  <method name=\"GetDefaultAttributeSet\">"
714 "    <arg direction=\"out\" type=\"a{ss}\" />"
715 "  </method>"
716 ""
717 "</interface>"
718 "";
719
720 const char *spi_org_a11y_atspi_EditableText = 
721 "<interface name=\"org.a11y.atspi.EditableText\" version=\"0.1.7\">"
722 ""
723 "  <method name=\"SetTextContents\">"
724 "    <arg direction=\"in\" name=\"newContents\" type=\"s\" />"
725 "    <arg direction=\"out\" type=\"b\" />"
726 "  </method>"
727 ""
728 "  <method name=\"InsertText\">"
729 "    <arg direction=\"in\" name=\"position\" type=\"i\" />"
730 "    <arg direction=\"in\" name=\"text\" type=\"s\" />"
731 "    <arg direction=\"in\" name=\"length\" type=\"i\" />"
732 "    <arg direction=\"out\" type=\"b\" />"
733 "  </method>"
734 ""
735 "  <method name=\"CopyText\">"
736 "    <arg direction=\"in\" name=\"startPos\" type=\"i\" />"
737 "    <arg direction=\"in\" name=\"endPos\" type=\"i\" />"
738 "  </method>"
739 ""
740 "  <method name=\"CutText\">"
741 "    <arg direction=\"in\" name=\"startPos\" type=\"i\" />"
742 "    <arg direction=\"in\" name=\"endPos\" type=\"i\" />"
743 "    <arg direction=\"out\" type=\"b\" />"
744 "  </method>"
745 ""
746 "  <method name=\"DeleteText\">"
747 "    <arg direction=\"in\" name=\"startPos\" type=\"i\" />"
748 "    <arg direction=\"in\" name=\"endPos\" type=\"i\" />"
749 "    <arg direction=\"out\" type=\"b\" />"
750 "  </method>"
751 ""
752 "  <method name=\"PasteText\">"
753 "    <arg direction=\"in\" name=\"position\" type=\"i\" />"
754 "    <arg direction=\"out\" type=\"b\" />"
755 "  </method>"
756 ""
757 "</interface>"
758 "";
759
760 const char *spi_org_a11y_atspi_Cache = 
761 "<interface name=\"org.a11y.atspi.Cache\" version=\"0.1.7\">"
762 ""
763 "  <method name=\"GetItems\">"
764 "    <arg direction=\"out\" name=\"nodes\" type=\"a((so)(so)iiassusau)\" />"
765 "    "
766 "  </method>"
767 ""
768 "  <signal name=\"AddAccessible\">"
769 "    <arg name=\"nodeAdded\" type=\"((so)(so)iiassusau)\" />"
770 "    "
771 "  </signal>"
772 ""
773 "  <signal name=\"RemoveAccessible\">"
774 "    <arg name=\"nodeRemoved\" type=\"(so)\" />"
775 "    "
776 "  </signal>"
777 ""
778 "</interface>"
779 "";
780
781 const char *spi_org_a11y_atspi_Value = 
782 "<interface name=\"org.a11y.atspi.Value\" version=\"0.1.7\">"
783 ""
784 "        <property access=\"read\" name=\"MinimumValue\" type=\"d\" />"
785 ""
786 "        <property access=\"read\" name=\"MaximumValue\" type=\"d\" />"
787 ""
788 "        <property access=\"read\" name=\"MinimumIncrement\" type=\"d\" />"
789 ""
790 "        <property access=\"readwrite\" name=\"CurrentValue\" type=\"d\" />"
791 ""
792 "</interface>"
793 "";
794
795 const char *spi_org_a11y_atspi_Registry = 
796 "<interface name=\"org.a11y.atspi.Registry\" version=\"0.1.7\">"
797 ""
798 "  <method name=\"RegisterEvent\">"
799 "    <arg direction=\"in\" name=\"event\" type=\"s\">"
800 "    </arg>"
801 "  </method>"
802 ""
803 "  <method name=\"DeregisterEvent\">"
804 "    <arg direction=\"in\" name=\"event\" type=\"s\">"
805 "    </arg>"
806 "  </method>"
807 ""
808 "  <method name=\"GetRegisteredEvents\">"
809 "    <arg direction=\"out\" name=\"events\" type=\"a(ss)\">"
810 "    </arg>"
811 "  </method>"
812 ""
813 "  <signal name=\"EventListenerRegistered\">"
814 "    <arg direction=\"out\" name=\"bus\" type=\"s\" />"
815 "    <arg direction=\"out\" name=\"path\" type=\"s\" />"
816 "  </signal>"
817 ""
818 "  <signal name=\"EventListenerDeregistered\">"
819 "    <arg direction=\"out\" name=\"bus\" type=\"s\" />"
820 "    <arg direction=\"out\" name=\"path\" type=\"s\" />"
821 "  </signal>"
822 "</interface>"
823 "";
824
825 const char *spi_org_a11y_atspi_DeviceEventController = 
826 "<interface name=\"org.a11y.atspi.DeviceEventController\" version=\"0.1.7\">"
827 ""
828 "  <method name=\"RegisterKeystrokeListener\">"
829 "    <arg direction=\"in\" name=\"listener\" type=\"o\" />"
830 "    <arg direction=\"in\" name=\"keys\" type=\"a(iisi)\">"
831 "      "
832 "    </arg>"
833 "    <arg direction=\"in\" name=\"mask\" type=\"u\" />"
834 "    <arg direction=\"in\" name=\"type\" type=\"au\">"
835 "      "
836 "    </arg>"
837 "    <arg direction=\"in\" name=\"mode\" type=\"(bbb)\">"
838 "      "
839 "    </arg>"
840 "    <arg direction=\"out\" type=\"b\" />"
841 "  </method>"
842 ""
843 "  <method name=\"DeregisterKeystrokeListener\">"
844 "    <arg direction=\"in\" name=\"listener\" type=\"o\" />"
845 "    <arg direction=\"in\" name=\"keys\" type=\"a(iisi)\">"
846 "      "
847 "    </arg>"
848 "    <arg direction=\"in\" name=\"mask\" type=\"u\" />"
849 "    <arg direction=\"in\" name=\"type\" type=\"u\" />"
850 "  </method>"
851 ""
852 "  <method name=\"RegisterDeviceEventListener\">"
853 "    <arg direction=\"in\" name=\"listener\" type=\"o\" />"
854 "    <arg direction=\"in\" name=\"types\" type=\"u\" />"
855 "    <arg direction=\"out\" type=\"b\" />"
856 "  </method>"
857 ""
858 "  <method name=\"DeregisterDeviceEventListener\">"
859 "    <arg direction=\"in\" name=\"listener\" type=\"o\" />"
860 "    <arg direction=\"in\" name=\"types\" type=\"u\" />"
861 "  </method>"
862 ""
863 "  <method name=\"GenerateKeyboardEvent\">"
864 "    <arg direction=\"in\" name=\"keycode\" type=\"i\" />"
865 "    <arg direction=\"in\" name=\"keystring\" type=\"s\" />"
866 "    <arg direction=\"in\" name=\"type\" type=\"u\" />"
867 "  </method>"
868 ""
869 "  <method name=\"GenerateMouseEvent\">"
870 "    <arg direction=\"in\" name=\"x\" type=\"i\" />"
871 "    <arg direction=\"in\" name=\"y\" type=\"i\" />"
872 "    <arg direction=\"in\" name=\"eventName\" type=\"s\" />"
873 "  </method>"
874 ""
875 "  <method name=\"NotifyListenersSync\">"
876 "    <arg direction=\"in\" name=\"event\" type=\"(uiuuisb)\" />"
877 "    <arg direction=\"out\" type=\"b\" />"
878 "    "
879 "  </method>"
880 ""
881 "  <method name=\"NotifyListenersAsync\">"
882 "    <arg direction=\"in\" name=\"event\" type=\"(uiuuisb)\" />"
883 "    "
884 "  </method>"
885 ""
886 "</interface>"
887 "";
888
889 const char *spi_org_a11y_atspi_DeviceEventListener = 
890 "<interface name=\"org.a11y.atspi.DeviceEventListener\" version=\"0.1.7\">"
891 ""
892 "  <method name=\"NotifyEvent\">"
893 "    <arg direction=\"in\" name=\"event\" type=\"(uiuuisb)\" />"
894 "    "
895 "    <arg direction=\"out\" type=\"b\" />"
896 "  </method>"
897 ""
898 "</interface>"
899 "";
900