atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,28 +2,26 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>AtkObjectFactory</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: AtkObjectFactory</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
- <link rel="up" href="atk.html" title="ATK Library">
9
- <link rel="prev" href="AtkObject.html" title="AtkObject">
10
- <link rel="next" href="atk-AtkPlug.html" title="AtkPlug">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
8
+ <link rel="up" href="utilities.html" title="Utilities">
9
+ <link rel="prev" href="AtkNoOpObjectFactory.html" title="AtkNoOpObjectFactory">
10
+ <link rel="next" href="AtkRegistry.html" title="AtkRegistry">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#AtkObjectFactory.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkObjectFactory.object-hierarchy" class="shortcut">Object Hierarchy</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#AtkObjectFactory.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkObjectFactory.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
22
20
  </td>
23
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
- <td><a accesskey="p" href="AtkObject.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
- <td><a accesskey="n" href="atk-AtkPlug.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
22
+ <td><a accesskey="u" href="utilities.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="AtkNoOpObjectFactory.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="AtkRegistry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
25
  </tr></table>
28
26
  <div class="refentry">
29
27
  <a name="AtkObjectFactory"></a><div class="titlepage"></div>
@@ -33,124 +31,184 @@
33
31
  <p>AtkObjectFactory — The base object class for a factory used to
34
32
  create accessible objects for objects of a specific GType.</p>
35
33
  </td>
36
- <td valign="top" align="right"></td>
34
+ <td class="gallery_image" valign="top" align="right"></td>
37
35
  </tr></table></div>
38
- <div class="refsynopsisdiv">
39
- <a name="AtkObjectFactory.synopsis"></a><h2>Synopsis</h2>
40
- <pre class="synopsis">struct <a class="link" href="AtkObjectFactory.html#AtkObjectFactory-struct" title="struct AtkObjectFactory">AtkObjectFactory</a>;
41
- <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkObjectFactory.html#atk-object-factory-create-accessible" title="atk_object_factory_create_accessible ()">atk_object_factory_create_accessible</a>
42
- (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>,
43
- <em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);
44
- <span class="returnvalue">GType</span> <a class="link" href="AtkObjectFactory.html#atk-object-factory-get-accessible-type" title="atk_object_factory_get_accessible_type ()">atk_object_factory_get_accessible_type</a>
45
- (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>);
46
- <span class="returnvalue">void</span> <a class="link" href="AtkObjectFactory.html#atk-object-factory-invalidate" title="atk_object_factory_invalidate ()">atk_object_factory_invalidate</a> (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>);
47
- </pre>
36
+ <div class="refsect1">
37
+ <a name="AtkObjectFactory.functions"></a><h2>Functions</h2>
38
+ <div class="informaltable"><table width="100%" border="0">
39
+ <colgroup>
40
+ <col width="150px" class="functions_return">
41
+ <col class="functions_name">
42
+ </colgroup>
43
+ <tbody>
44
+ <tr>
45
+ <td class="function_type">
46
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
47
+ </td>
48
+ <td class="function_name">
49
+ <a class="link" href="AtkObjectFactory.html#atk-object-factory-create-accessible" title="atk_object_factory_create_accessible ()">atk_object_factory_create_accessible</a> <span class="c_punctuation">()</span>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="function_type">
54
+ <span class="returnvalue">GType</span>
55
+ </td>
56
+ <td class="function_name">
57
+ <a class="link" href="AtkObjectFactory.html#atk-object-factory-get-accessible-type" title="atk_object_factory_get_accessible_type ()">atk_object_factory_get_accessible_type</a> <span class="c_punctuation">()</span>
58
+ </td>
59
+ </tr>
60
+ <tr>
61
+ <td class="function_type">
62
+ <span class="returnvalue">void</span>
63
+ </td>
64
+ <td class="function_name">
65
+ <a class="link" href="AtkObjectFactory.html#atk-object-factory-invalidate" title="atk_object_factory_invalidate ()">atk_object_factory_invalidate</a> <span class="c_punctuation">()</span>
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table></div>
70
+ </div>
71
+ <div class="refsect1">
72
+ <a name="AtkObjectFactory.other"></a><h2>Types and Values</h2>
73
+ <div class="informaltable"><table width="100%" border="0">
74
+ <colgroup>
75
+ <col width="150px" class="name">
76
+ <col class="description">
77
+ </colgroup>
78
+ <tbody><tr>
79
+ <td class="datatype_keyword">struct</td>
80
+ <td class="function_name"><a class="link" href="AtkObjectFactory.html#AtkObjectFactory-struct" title="struct AtkObjectFactory">AtkObjectFactory</a></td>
81
+ </tr></tbody>
82
+ </table></div>
48
83
  </div>
49
84
  <div class="refsect1">
50
85
  <a name="AtkObjectFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
51
- <pre class="synopsis">
52
- GObject
53
- +----AtkObjectFactory
54
- +----<a class="link" href="AtkNoOpObjectFactory.html" title="AtkNoOpObjectFactory">AtkNoOpObjectFactory</a>
86
+ <pre class="screen"> GObject
87
+ <span class="lineart">╰──</span> AtkObjectFactory
88
+ <span class="lineart">╰──</span> <a class="link" href="AtkNoOpObjectFactory.html" title="AtkNoOpObjectFactory">AtkNoOpObjectFactory</a>
55
89
  </pre>
56
90
  </div>
57
91
  <div class="refsect1">
58
92
  <a name="AtkObjectFactory.description"></a><h2>Description</h2>
59
- <p>
60
- This class is the base object class for a factory used to create an
93
+ <p>This class is the base object class for a factory used to create an
61
94
  accessible object for a specific GType. The function
62
- <a class="link" href="AtkRegistry.html#atk-registry-set-factory-type" title="atk_registry_set_factory_type ()"><code class="function">atk_registry_set_factory_type()</code></a> is normally called to store in the
95
+ <a class="link" href="AtkRegistry.html#atk-registry-set-factory-type" title="atk_registry_set_factory_type ()"><code class="function">atk_registry_set_factory_type()</code></a> is normally called to store in the
63
96
  registry the factory type to be used to create an accessible of a
64
- particular GType.
65
- </p>
97
+ particular GType.</p>
66
98
  </div>
67
99
  <div class="refsect1">
68
- <a name="AtkObjectFactory.details"></a><h2>Details</h2>
69
- <div class="refsect2">
70
- <a name="AtkObjectFactory-struct"></a><h3>struct AtkObjectFactory</h3>
71
- <pre class="programlisting">struct AtkObjectFactory;</pre>
72
- <p>
73
- </p>
74
- </div>
75
- <hr>
100
+ <a name="AtkObjectFactory.functions_details"></a><h2>Functions</h2>
76
101
  <div class="refsect2">
77
- <a name="atk-object-factory-create-accessible"></a><h3>atk_object_factory_create_accessible ()</h3>
78
- <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_object_factory_create_accessible
79
- (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>,
80
- <em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);</pre>
81
- <p>
82
- Provides an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> that implements an accessibility interface
102
+ <a name="atk-object-factory-create-accessible"></a><h3>atk_object_factory_create_accessible ()</h3>
103
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
104
+ atk_object_factory_create_accessible (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>,
105
+ <em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);</pre>
106
+ <p>Provides an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> that implements an accessibility interface
83
107
  on behalf of <em class="parameter"><code>obj</code></em>
84
108
  </p>
85
- <div class="variablelist"><table border="0">
86
- <col align="left" valign="top">
109
+ <div class="refsect3">
110
+ <a name="id-1.8.3.7.2.5"></a><h4>Parameters</h4>
111
+ <div class="informaltable"><table width="100%" border="0">
112
+ <colgroup>
113
+ <col width="150px" class="parameters_name">
114
+ <col class="parameters_description">
115
+ <col width="200px" class="parameters_annotations">
116
+ </colgroup>
87
117
  <tbody>
88
118
  <tr>
89
- <td><p><span class="term"><em class="parameter"><code>factory</code></em> :</span></p></td>
90
- <td>The <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> associated with <em class="parameter"><code>obj</code></em>'s
91
- object type</td>
92
- </tr>
93
- <tr>
94
- <td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
95
- <td>a <span class="type">GObject</span>
96
- </td>
119
+ <td class="parameter_name"><p>factory</p></td>
120
+ <td class="parameter_description"><p>The <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> associated with <em class="parameter"><code>obj</code></em>
121
+ 's
122
+ object type</p></td>
123
+ <td class="parameter_annotations"> </td>
97
124
  </tr>
98
125
  <tr>
99
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
100
- <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> that implements an accessibility
101
- interface on behalf of <em class="parameter"><code>obj</code></em>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
102
- </td>
126
+ <td class="parameter_name"><p>obj</p></td>
127
+ <td class="parameter_description"><p>a <span class="type">GObject</span> </p></td>
128
+ <td class="parameter_annotations"> </td>
103
129
  </tr>
104
130
  </tbody>
105
131
  </table></div>
106
132
  </div>
133
+ <div class="refsect3">
134
+ <a name="id-1.8.3.7.2.6"></a><h4>Returns</h4>
135
+ <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> that implements an accessibility
136
+ interface on behalf of <em class="parameter"><code>obj</code></em>
137
+ . </p>
138
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
139
+ </div>
140
+ </div>
107
141
  <hr>
108
142
  <div class="refsect2">
109
- <a name="atk-object-factory-get-accessible-type"></a><h3>atk_object_factory_get_accessible_type ()</h3>
110
- <pre class="programlisting"><span class="returnvalue">GType</span> atk_object_factory_get_accessible_type
111
- (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>);</pre>
112
- <p>
113
- Gets the GType of the accessible which is created by the factory.
114
- </p>
115
- <div class="variablelist"><table border="0">
116
- <col align="left" valign="top">
117
- <tbody>
118
- <tr>
119
- <td><p><span class="term"><em class="parameter"><code>factory</code></em> :</span></p></td>
120
- <td>an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>
121
- </td>
122
- </tr>
123
- <tr>
124
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
125
- <td>the type of the accessible which is created by the <em class="parameter"><code>factory</code></em>.
126
- The value G_TYPE_INVALID is returned if no type if found.</td>
127
- </tr>
128
- </tbody>
143
+ <a name="atk-object-factory-get-accessible-type"></a><h3>atk_object_factory_get_accessible_type ()</h3>
144
+ <pre class="programlisting"><span class="returnvalue">GType</span>
145
+ atk_object_factory_get_accessible_type
146
+ (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>);</pre>
147
+ <p>Gets the GType of the accessible which is created by the factory.</p>
148
+ <div class="refsect3">
149
+ <a name="id-1.8.3.7.3.5"></a><h4>Parameters</h4>
150
+ <div class="informaltable"><table width="100%" border="0">
151
+ <colgroup>
152
+ <col width="150px" class="parameters_name">
153
+ <col class="parameters_description">
154
+ <col width="200px" class="parameters_annotations">
155
+ </colgroup>
156
+ <tbody><tr>
157
+ <td class="parameter_name"><p>factory</p></td>
158
+ <td class="parameter_description"><p>an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> </p></td>
159
+ <td class="parameter_annotations"> </td>
160
+ </tr></tbody>
129
161
  </table></div>
130
162
  </div>
163
+ <div class="refsect3">
164
+ <a name="id-1.8.3.7.3.6"></a><h4>Returns</h4>
165
+ <p> the type of the accessible which is created by the <em class="parameter"><code>factory</code></em>
166
+ .
167
+ The value G_TYPE_INVALID is returned if no type if found.</p>
168
+ <p></p>
169
+ </div>
170
+ </div>
131
171
  <hr>
132
172
  <div class="refsect2">
133
- <a name="atk-object-factory-invalidate"></a><h3>atk_object_factory_invalidate ()</h3>
134
- <pre class="programlisting"><span class="returnvalue">void</span> atk_object_factory_invalidate (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>);</pre>
135
- <p>
136
- Inform <em class="parameter"><code>factory</code></em> that it is no longer being used to create
137
- accessibles. When called, <em class="parameter"><code>factory</code></em> may need to inform
173
+ <a name="atk-object-factory-invalidate"></a><h3>atk_object_factory_invalidate ()</h3>
174
+ <pre class="programlisting"><span class="returnvalue">void</span>
175
+ atk_object_factory_invalidate (<em class="parameter"><code><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> *factory</code></em>);</pre>
176
+ <p>Inform <em class="parameter"><code>factory</code></em>
177
+ that it is no longer being used to create
178
+ accessibles. When called, <em class="parameter"><code>factory</code></em>
179
+ may need to inform
138
180
  <a href="AtkObject.html"><span class="type">AtkObjects</span></a> which it has created that they need to be re-instantiated.
139
181
  Note: primarily used for runtime replacement of <a href="AtkObjectFactory.html"><span class="type">AtkObjectFactorys</span></a>
140
- in object registries.
141
- </p>
142
- <div class="variablelist"><table border="0">
143
- <col align="left" valign="top">
182
+ in object registries.</p>
183
+ <div class="refsect3">
184
+ <a name="id-1.8.3.7.4.5"></a><h4>Parameters</h4>
185
+ <div class="informaltable"><table width="100%" border="0">
186
+ <colgroup>
187
+ <col width="150px" class="parameters_name">
188
+ <col class="parameters_description">
189
+ <col width="200px" class="parameters_annotations">
190
+ </colgroup>
144
191
  <tbody><tr>
145
- <td><p><span class="term"><em class="parameter"><code>factory</code></em> :</span></p></td>
146
- <td>an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> to invalidate</td>
192
+ <td class="parameter_name"><p>factory</p></td>
193
+ <td class="parameter_description"><p>an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> to invalidate</p></td>
194
+ <td class="parameter_annotations"> </td>
147
195
  </tr></tbody>
148
196
  </table></div>
149
197
  </div>
150
198
  </div>
151
199
  </div>
200
+ <div class="refsect1">
201
+ <a name="AtkObjectFactory.other_details"></a><h2>Types and Values</h2>
202
+ <div class="refsect2">
203
+ <a name="AtkObjectFactory-struct"></a><h3>struct AtkObjectFactory</h3>
204
+ <pre class="programlisting">struct AtkObjectFactory;</pre>
205
+ <p>
206
+ </p>
207
+ </div>
208
+ </div>
209
+ </div>
152
210
  <div class="footer">
153
211
  <hr>
154
- Generated by GTK-Doc V1.19.1</div>
212
+ Generated by GTK-Doc V1.21.1</div>
155
213
  </body>
156
214
  </html>
@@ -2,190 +2,264 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>AtkRegistry</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: AtkRegistry</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
- <link rel="up" href="atk.html" title="ATK Library">
9
- <link rel="prev" href="atk-AtkPlug.html" title="AtkPlug">
10
- <link rel="next" href="AtkRelation.html" title="AtkRelation">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
8
+ <link rel="up" href="utilities.html" title="Utilities">
9
+ <link rel="prev" href="AtkObjectFactory.html" title="AtkObjectFactory">
10
+ <link rel="next" href="atk-Versioning-Utilities.html" title="Versioning macros">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#AtkRegistry.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkRegistry.object-hierarchy" class="shortcut">Object Hierarchy</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#AtkRegistry.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkRegistry.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
22
20
  </td>
23
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
- <td><a accesskey="p" href="atk-AtkPlug.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
- <td><a accesskey="n" href="AtkRelation.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
22
+ <td><a accesskey="u" href="utilities.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="AtkObjectFactory.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="atk-Versioning-Utilities.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
25
  </tr></table>
28
26
  <div class="refentry">
29
27
  <a name="AtkRegistry"></a><div class="titlepage"></div>
30
28
  <div class="refnamediv"><table width="100%"><tr>
31
29
  <td valign="top">
32
30
  <h2><span class="refentrytitle"><a name="AtkRegistry.top_of_page"></a>AtkRegistry</span></h2>
33
- <p>AtkRegistry</p>
31
+ <p>AtkRegistry — An object used to store the GType of the
32
+ factories used to create an accessible object for an object of a
33
+ particular GType.</p>
34
34
  </td>
35
- <td valign="top" align="right"></td>
35
+ <td class="gallery_image" valign="top" align="right"></td>
36
36
  </tr></table></div>
37
- <div class="refsynopsisdiv">
38
- <a name="AtkRegistry.synopsis"></a><h2>Synopsis</h2>
39
- <pre class="synopsis"> <a class="link" href="AtkRegistry.html#AtkRegistry-struct" title="AtkRegistry">AtkRegistry</a>;
40
- <span class="returnvalue">void</span> <a class="link" href="AtkRegistry.html#atk-registry-set-factory-type" title="atk_registry_set_factory_type ()">atk_registry_set_factory_type</a> (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
41
- <em class="parameter"><code><span class="type">GType</span> type</code></em>,
42
- <em class="parameter"><code><span class="type">GType</span> factory_type</code></em>);
43
- <span class="returnvalue">GType</span> <a class="link" href="AtkRegistry.html#atk-registry-get-factory-type" title="atk_registry_get_factory_type ()">atk_registry_get_factory_type</a> (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
44
- <em class="parameter"><code><span class="type">GType</span> type</code></em>);
45
- <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="returnvalue">AtkObjectFactory</span></a> * <a class="link" href="AtkRegistry.html#atk-registry-get-factory" title="atk_registry_get_factory ()">atk_registry_get_factory</a> (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
46
- <em class="parameter"><code><span class="type">GType</span> type</code></em>);
47
- <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="returnvalue">AtkRegistry</span></a> * <a class="link" href="AtkRegistry.html#atk-get-default-registry" title="atk_get_default_registry ()">atk_get_default_registry</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
48
- </pre>
37
+ <div class="refsect1">
38
+ <a name="AtkRegistry.functions"></a><h2>Functions</h2>
39
+ <div class="informaltable"><table width="100%" border="0">
40
+ <colgroup>
41
+ <col width="150px" class="functions_return">
42
+ <col class="functions_name">
43
+ </colgroup>
44
+ <tbody>
45
+ <tr>
46
+ <td class="function_type">
47
+ <span class="returnvalue">void</span>
48
+ </td>
49
+ <td class="function_name">
50
+ <a class="link" href="AtkRegistry.html#atk-registry-set-factory-type" title="atk_registry_set_factory_type ()">atk_registry_set_factory_type</a> <span class="c_punctuation">()</span>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="function_type">
55
+ <span class="returnvalue">GType</span>
56
+ </td>
57
+ <td class="function_name">
58
+ <a class="link" href="AtkRegistry.html#atk-registry-get-factory-type" title="atk_registry_get_factory_type ()">atk_registry_get_factory_type</a> <span class="c_punctuation">()</span>
59
+ </td>
60
+ </tr>
61
+ <tr>
62
+ <td class="function_type">
63
+ <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="returnvalue">AtkObjectFactory</span></a> *
64
+ </td>
65
+ <td class="function_name">
66
+ <a class="link" href="AtkRegistry.html#atk-registry-get-factory" title="atk_registry_get_factory ()">atk_registry_get_factory</a> <span class="c_punctuation">()</span>
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td class="function_type">
71
+ <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="returnvalue">AtkRegistry</span></a> *
72
+ </td>
73
+ <td class="function_name">
74
+ <a class="link" href="AtkRegistry.html#atk-get-default-registry" title="atk_get_default_registry ()">atk_get_default_registry</a> <span class="c_punctuation">()</span>
75
+ </td>
76
+ </tr>
77
+ </tbody>
78
+ </table></div>
79
+ </div>
80
+ <div class="refsect1">
81
+ <a name="AtkRegistry.other"></a><h2>Types and Values</h2>
82
+ <div class="informaltable"><table width="100%" border="0">
83
+ <colgroup>
84
+ <col width="150px" class="name">
85
+ <col class="description">
86
+ </colgroup>
87
+ <tbody><tr>
88
+ <td class="datatype_keyword"> </td>
89
+ <td class="function_name"><a class="link" href="AtkRegistry.html#AtkRegistry-struct" title="AtkRegistry">AtkRegistry</a></td>
90
+ </tr></tbody>
91
+ </table></div>
49
92
  </div>
50
93
  <div class="refsect1">
51
94
  <a name="AtkRegistry.object-hierarchy"></a><h2>Object Hierarchy</h2>
52
- <pre class="synopsis">
53
- GObject
54
- +----AtkRegistry
95
+ <pre class="screen"> GObject
96
+ <span class="lineart">╰──</span> AtkRegistry
55
97
  </pre>
56
98
  </div>
57
99
  <div class="refsect1">
58
100
  <a name="AtkRegistry.description"></a><h2>Description</h2>
59
- <p>
60
- </p>
101
+ <p>The AtkRegistry is normally used to create appropriate ATK "peers"
102
+ for user interface components. Application developers usually need
103
+ only interact with the AtkRegistry by associating appropriate ATK
104
+ implementation classes with GObject classes via the
105
+ atk_registry_set_factory_type call, passing the appropriate GType
106
+ for application custom widget classes.</p>
61
107
  </div>
62
108
  <div class="refsect1">
63
- <a name="AtkRegistry.details"></a><h2>Details</h2>
64
- <div class="refsect2">
65
- <a name="AtkRegistry-struct"></a><h3>AtkRegistry</h3>
66
- <pre class="programlisting">typedef struct _AtkRegistry AtkRegistry;</pre>
67
- <p>
68
- </p>
69
- </div>
70
- <hr>
109
+ <a name="AtkRegistry.functions_details"></a><h2>Functions</h2>
71
110
  <div class="refsect2">
72
- <a name="atk-registry-set-factory-type"></a><h3>atk_registry_set_factory_type ()</h3>
73
- <pre class="programlisting"><span class="returnvalue">void</span> atk_registry_set_factory_type (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
74
- <em class="parameter"><code><span class="type">GType</span> type</code></em>,
75
- <em class="parameter"><code><span class="type">GType</span> factory_type</code></em>);</pre>
76
- <p>
77
- Associate an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> subclass with a <span class="type">GType</span>. Note:
78
- The associated <em class="parameter"><code>factory_type</code></em> will thereafter be responsible for
111
+ <a name="atk-registry-set-factory-type"></a><h3>atk_registry_set_factory_type ()</h3>
112
+ <pre class="programlisting"><span class="returnvalue">void</span>
113
+ atk_registry_set_factory_type (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
114
+ <em class="parameter"><code><span class="type">GType</span> type</code></em>,
115
+ <em class="parameter"><code><span class="type">GType</span> factory_type</code></em>);</pre>
116
+ <p>Associate an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> subclass with a <span class="type">GType</span>. Note:
117
+ The associated <em class="parameter"><code>factory_type</code></em>
118
+ will thereafter be responsible for
79
119
  the creation of new <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> implementations for instances
80
- appropriate for <em class="parameter"><code>type</code></em>.
81
- </p>
82
- <div class="variablelist"><table border="0">
83
- <col align="left" valign="top">
120
+ appropriate for <em class="parameter"><code>type</code></em>
121
+ .</p>
122
+ <div class="refsect3">
123
+ <a name="id-1.8.4.7.2.5"></a><h4>Parameters</h4>
124
+ <div class="informaltable"><table width="100%" border="0">
125
+ <colgroup>
126
+ <col width="150px" class="parameters_name">
127
+ <col class="parameters_description">
128
+ <col width="200px" class="parameters_annotations">
129
+ </colgroup>
84
130
  <tbody>
85
131
  <tr>
86
- <td><p><span class="term"><em class="parameter"><code>registry</code></em> :</span></p></td>
87
- <td>the <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> in which to register the type association</td>
132
+ <td class="parameter_name"><p>registry</p></td>
133
+ <td class="parameter_description"><p>the <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> in which to register the type association</p></td>
134
+ <td class="parameter_annotations"> </td>
88
135
  </tr>
89
136
  <tr>
90
- <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
91
- <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> type</td>
137
+ <td class="parameter_name"><p>type</p></td>
138
+ <td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> type </p></td>
139
+ <td class="parameter_annotations"> </td>
92
140
  </tr>
93
141
  <tr>
94
- <td><p><span class="term"><em class="parameter"><code>factory_type</code></em> :</span></p></td>
95
- <td>an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> type to associate with <em class="parameter"><code>type</code></em>. Must
96
- implement AtkObject appropriate for <em class="parameter"><code>type</code></em>.</td>
142
+ <td class="parameter_name"><p>factory_type</p></td>
143
+ <td class="parameter_description"><p>an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> type to associate with <em class="parameter"><code>type</code></em>
144
+ . Must
145
+ implement AtkObject appropriate for <em class="parameter"><code>type</code></em>
146
+ .</p></td>
147
+ <td class="parameter_annotations"> </td>
97
148
  </tr>
98
149
  </tbody>
99
150
  </table></div>
100
151
  </div>
152
+ </div>
101
153
  <hr>
102
154
  <div class="refsect2">
103
- <a name="atk-registry-get-factory-type"></a><h3>atk_registry_get_factory_type ()</h3>
104
- <pre class="programlisting"><span class="returnvalue">GType</span> atk_registry_get_factory_type (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
105
- <em class="parameter"><code><span class="type">GType</span> type</code></em>);</pre>
106
- <p>
107
- Provides a <span class="type">GType</span> indicating the <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> subclass
108
- associated with <em class="parameter"><code>type</code></em>.
109
- </p>
110
- <div class="variablelist"><table border="0">
111
- <col align="left" valign="top">
155
+ <a name="atk-registry-get-factory-type"></a><h3>atk_registry_get_factory_type ()</h3>
156
+ <pre class="programlisting"><span class="returnvalue">GType</span>
157
+ atk_registry_get_factory_type (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
158
+ <em class="parameter"><code><span class="type">GType</span> type</code></em>);</pre>
159
+ <p>Provides a <span class="type">GType</span> indicating the <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> subclass
160
+ associated with <em class="parameter"><code>type</code></em>
161
+ .</p>
162
+ <div class="refsect3">
163
+ <a name="id-1.8.4.7.3.5"></a><h4>Parameters</h4>
164
+ <div class="informaltable"><table width="100%" border="0">
165
+ <colgroup>
166
+ <col width="150px" class="parameters_name">
167
+ <col class="parameters_description">
168
+ <col width="200px" class="parameters_annotations">
169
+ </colgroup>
112
170
  <tbody>
113
171
  <tr>
114
- <td><p><span class="term"><em class="parameter"><code>registry</code></em> :</span></p></td>
115
- <td>an <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a>
116
- </td>
117
- </tr>
118
- <tr>
119
- <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
120
- <td>a <span class="type">GType</span> with which to look up the associated <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>
121
- subclass</td>
172
+ <td class="parameter_name"><p>registry</p></td>
173
+ <td class="parameter_description"><p>an <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a></p></td>
174
+ <td class="parameter_annotations"> </td>
122
175
  </tr>
123
176
  <tr>
124
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
125
- <td>a <span class="type">GType</span> associated with type <em class="parameter"><code>type</code></em>
126
- </td>
177
+ <td class="parameter_name"><p>type</p></td>
178
+ <td class="parameter_description"><p>a <span class="type">GType</span> with which to look up the associated <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>
179
+ subclass</p></td>
180
+ <td class="parameter_annotations"> </td>
127
181
  </tr>
128
182
  </tbody>
129
183
  </table></div>
130
184
  </div>
185
+ <div class="refsect3">
186
+ <a name="id-1.8.4.7.3.6"></a><h4>Returns</h4>
187
+ <p> a <span class="type">GType</span> associated with type <em class="parameter"><code>type</code></em>
188
+ </p>
189
+ <p></p>
190
+ </div>
191
+ </div>
131
192
  <hr>
132
193
  <div class="refsect2">
133
- <a name="atk-registry-get-factory"></a><h3>atk_registry_get_factory ()</h3>
134
- <pre class="programlisting"><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="returnvalue">AtkObjectFactory</span></a> * atk_registry_get_factory (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
135
- <em class="parameter"><code><span class="type">GType</span> type</code></em>);</pre>
136
- <p>
137
- Gets an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> appropriate for creating <a href="AtkObject.html"><span class="type">AtkObjects</span></a>
138
- appropriate for <em class="parameter"><code>type</code></em>.
139
- </p>
140
- <div class="variablelist"><table border="0">
141
- <col align="left" valign="top">
194
+ <a name="atk-registry-get-factory"></a><h3>atk_registry_get_factory ()</h3>
195
+ <pre class="programlisting"><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="returnvalue">AtkObjectFactory</span></a> *
196
+ atk_registry_get_factory (<em class="parameter"><code><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> *registry</code></em>,
197
+ <em class="parameter"><code><span class="type">GType</span> type</code></em>);</pre>
198
+ <p>Gets an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> appropriate for creating <a href="AtkObject.html"><span class="type">AtkObjects</span></a>
199
+ appropriate for <em class="parameter"><code>type</code></em>
200
+ .</p>
201
+ <div class="refsect3">
202
+ <a name="id-1.8.4.7.4.5"></a><h4>Parameters</h4>
203
+ <div class="informaltable"><table width="100%" border="0">
204
+ <colgroup>
205
+ <col width="150px" class="parameters_name">
206
+ <col class="parameters_description">
207
+ <col width="200px" class="parameters_annotations">
208
+ </colgroup>
142
209
  <tbody>
143
210
  <tr>
144
- <td><p><span class="term"><em class="parameter"><code>registry</code></em> :</span></p></td>
145
- <td>an <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a>
146
- </td>
147
- </tr>
148
- <tr>
149
- <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
150
- <td>a <span class="type">GType</span> with which to look up the associated <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>
151
- </td>
211
+ <td class="parameter_name"><p>registry</p></td>
212
+ <td class="parameter_description"><p>an <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a></p></td>
213
+ <td class="parameter_annotations"> </td>
152
214
  </tr>
153
215
  <tr>
154
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
155
- <td>an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> appropriate for creating
156
- <a href="AtkObject.html"><span class="type">AtkObjects</span></a> appropriate for <em class="parameter"><code>type</code></em>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
157
- </td>
216
+ <td class="parameter_name"><p>type</p></td>
217
+ <td class="parameter_description"><p>a <span class="type">GType</span> with which to look up the associated <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a></p></td>
218
+ <td class="parameter_annotations"> </td>
158
219
  </tr>
159
220
  </tbody>
160
221
  </table></div>
161
222
  </div>
223
+ <div class="refsect3">
224
+ <a name="id-1.8.4.7.4.6"></a><h4>Returns</h4>
225
+ <p> an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> appropriate for creating
226
+ <a href="AtkObject.html"><span class="type">AtkObjects</span></a> appropriate for <em class="parameter"><code>type</code></em>
227
+ . </p>
228
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
229
+ </div>
230
+ </div>
162
231
  <hr>
163
232
  <div class="refsect2">
164
- <a name="atk-get-default-registry"></a><h3>atk_get_default_registry ()</h3>
165
- <pre class="programlisting"><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="returnvalue">AtkRegistry</span></a> * atk_get_default_registry (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
166
- <p>
167
- Gets a default implementation of the <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>/type
233
+ <a name="atk-get-default-registry"></a><h3>atk_get_default_registry ()</h3>
234
+ <pre class="programlisting"><a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="returnvalue">AtkRegistry</span></a> *
235
+ atk_get_default_registry (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
236
+ <p>Gets a default implementation of the <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>/type
168
237
  registry.
169
238
  Note: For most toolkit maintainers, this will be the correct
170
239
  registry for registering new <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> factories. Following
171
- a call to this function, maintainers may call <a class="link" href="AtkRegistry.html#atk-registry-set-factory-type" title="atk_registry_set_factory_type ()"><code class="function">atk_registry_set_factory_type()</code></a>
240
+ a call to this function, maintainers may call <a class="link" href="AtkRegistry.html#atk-registry-set-factory-type" title="atk_registry_set_factory_type ()"><code class="function">atk_registry_set_factory_type()</code></a>
172
241
  to associate an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> subclass with the GType of objects
173
- for whom accessibility information will be provided.
242
+ for whom accessibility information will be provided.</p>
243
+ <div class="refsect3">
244
+ <a name="id-1.8.4.7.5.5"></a><h4>Returns</h4>
245
+ <p> a default implementation of the
246
+ <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>/type registry. </p>
247
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ <div class="refsect1">
252
+ <a name="AtkRegistry.other_details"></a><h2>Types and Values</h2>
253
+ <div class="refsect2">
254
+ <a name="AtkRegistry-struct"></a><h3>AtkRegistry</h3>
255
+ <pre class="programlisting">typedef struct _AtkRegistry AtkRegistry;</pre>
256
+ <p>
174
257
  </p>
175
- <div class="variablelist"><table border="0">
176
- <col align="left" valign="top">
177
- <tbody><tr>
178
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
179
- <td>a default implementation of the
180
- <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>/type registry. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
181
- </td>
182
- </tr></tbody>
183
- </table></div>
184
258
  </div>
185
259
  </div>
186
260
  </div>
187
261
  <div class="footer">
188
262
  <hr>
189
- Generated by GTK-Doc V1.19.1</div>
263
+ Generated by GTK-Doc V1.21.1</div>
190
264
  </body>
191
265
  </html>