atk 3.1.8-x64-mingw32 → 3.1.9-x64-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 (94) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  4. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -9
  5. data/vendor/local/include/atk-1.0/atk/atkaction.h +3 -3
  6. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +3 -3
  7. data/vendor/local/include/atk-1.0/atk/atkdocument.h +3 -3
  8. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +3 -3
  9. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -3
  10. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +3 -3
  11. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +3 -3
  12. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +3 -3
  13. data/vendor/local/include/atk-1.0/atk/atkimage.h +3 -3
  14. data/vendor/local/include/atk-1.0/atk/atkmisc.h +3 -3
  15. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +3 -3
  16. data/vendor/local/include/atk-1.0/atk/atkobject.h +5 -3
  17. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +3 -3
  18. data/vendor/local/include/atk-1.0/atk/atkplug.h +3 -3
  19. data/vendor/local/include/atk-1.0/atk/atkrange.h +3 -3
  20. data/vendor/local/include/atk-1.0/atk/atkregistry.h +3 -3
  21. data/vendor/local/include/atk-1.0/atk/atkrelation.h +3 -3
  22. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +3 -3
  23. data/vendor/local/include/atk-1.0/atk/atkrelationtype.h +38 -6
  24. data/vendor/local/include/atk-1.0/atk/atkselection.h +3 -3
  25. data/vendor/local/include/atk-1.0/atk/atksocket.h +3 -3
  26. data/vendor/local/include/atk-1.0/atk/atkstate.h +3 -3
  27. data/vendor/local/include/atk-1.0/atk/atkstateset.h +3 -3
  28. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +3 -3
  29. data/vendor/local/include/atk-1.0/atk/atktable.h +3 -3
  30. data/vendor/local/include/atk-1.0/atk/atktablecell.h +3 -3
  31. data/vendor/local/include/atk-1.0/atk/atktext.h +3 -3
  32. data/vendor/local/include/atk-1.0/atk/atkutil.h +3 -3
  33. data/vendor/local/include/atk-1.0/atk/atkvalue.h +3 -3
  34. data/vendor/local/include/atk-1.0/atk/atkversion.h +5 -3
  35. data/vendor/local/include/atk-1.0/atk/atkwindow.h +3 -3
  36. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  37. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  38. data/vendor/local/lib/libatk-1.0.la +3 -3
  39. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  40. data/vendor/local/share/gir-1.0/Atk-1.0.gir +61 -7
  41. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +4 -4
  42. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +10 -9
  43. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +3 -3
  44. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +2 -2
  45. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +1 -1
  46. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +1 -1
  47. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +5 -5
  48. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +16 -7
  49. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +1 -1
  50. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +2 -2
  51. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +61 -5
  52. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +2 -2
  53. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +1 -1
  54. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +5 -5
  55. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +2 -2
  56. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +6 -6
  57. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +9 -9
  58. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +23 -23
  59. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +6 -2
  60. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +76 -81
  61. data/vendor/local/share/gtk-doc/html/atk/annotation-glossary.html +62 -0
  62. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +9 -9
  63. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +3 -3
  64. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +1 -1
  65. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +5 -5
  66. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +3 -3
  67. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +3 -3
  68. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +1 -1
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +1 -1
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +2 -2
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +1 -1
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +24 -23
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +9 -9
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +6 -6
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +37 -37
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +349 -349
  77. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +1 -1
  78. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +2 -2
  79. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +2 -2
  80. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +6 -0
  81. data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
  82. data/vendor/local/share/gtk-doc/html/atk/index.html +2 -2
  83. data/vendor/local/share/gtk-doc/html/atk/left-insensitive.png +0 -0
  84. data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
  85. data/vendor/local/share/gtk-doc/html/atk/right-insensitive.png +0 -0
  86. data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
  87. data/vendor/local/share/gtk-doc/html/atk/up-insensitive.png +0 -0
  88. data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
  89. data/vendor/local/share/license/atk/AUTHORS +4 -1
  90. data/vendor/local/share/locale/be/LC_MESSAGES/atk10.mo +0 -0
  91. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  92. data/vendor/local/share/locale/fur/LC_MESSAGES/atk10.mo +0 -0
  93. data/vendor/local/share/locale/ne/LC_MESSAGES/atk10.mo +0 -0
  94. metadata +5 -4
@@ -245,7 +245,7 @@ how to cast this pointer.</p>
245
245
  <div class="refsect3">
246
246
  <a name="atk-document-get-document.returns"></a><h4>Returns</h4>
247
247
  <p> a <code class="literal">gpointer</code> that points to an instance of the DOM. </p>
248
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
248
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
249
249
  </div>
250
250
  </div>
251
251
  <hr>
@@ -282,7 +282,7 @@ whose value is being queried.</p></td>
282
282
  <p> a string value associated with the named
283
283
  attribute for this document, or NULL if a value for
284
284
  <span class="type">attribute_name</span> has not been specified for this document. </p>
285
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
285
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
286
286
  </div>
287
287
  <p class="since">Since: 1.12</p>
288
288
  </div>
@@ -356,7 +356,7 @@ atk_document_get_attributes (<em class="parameter"><code><a class="link" href="A
356
356
  <p> An AtkAttributeSet containing the explicitly
357
357
  set name-value-pair attributes associated with this document
358
358
  as a whole. </p>
359
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
359
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
360
360
  </div>
361
361
  <p class="since">Since: 1.12</p>
362
362
  </div>
@@ -115,7 +115,7 @@ atk_gobject_accessible_for_object (<em class="parameter"><code><span class="type
115
115
  <p> a <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> which is the accessible object for
116
116
  the <em class="parameter"><code>obj</code></em>
117
117
  . </p>
118
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
118
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
119
119
  </div>
120
120
  </div>
121
121
  <hr>
@@ -145,7 +145,7 @@ atk_gobject_accessible_get_object (<em class="parameter"><code><a class="link" h
145
145
  <p> a <span class="type">GObject</span> which is the object for which <em class="parameter"><code>obj</code></em>
146
146
  is
147
147
  the accessible object. </p>
148
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
148
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
149
149
  </div>
150
150
  </div>
151
151
  </div>
@@ -276,7 +276,7 @@ hyperlink etc. </p>
276
276
  <a name="atk-hyperlink-get-object.returns"></a><h4>Returns</h4>
277
277
  <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> associated with this hyperlinks
278
278
  i-th anchor. </p>
279
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
279
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
280
280
  </div>
281
281
  </div>
282
282
  <hr>
@@ -158,7 +158,7 @@ atk_hypertext_get_link (<em class="parameter"><code><a class="link" href="AtkHyp
158
158
  <p> the link in this hypertext document at
159
159
  index <em class="parameter"><code>link_index</code></em>
160
160
  . </p>
161
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
161
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
162
162
  </div>
163
163
  </div>
164
164
  <hr>
@@ -151,12 +151,12 @@ images top-left corner.</p>
151
151
  <tr>
152
152
  <td class="parameter_name"><p>x</p></td>
153
153
  <td class="parameter_description"><p> address of <span class="type">gint</span> to put x coordinate position; otherwise, -1 if value cannot be obtained. </p></td>
154
- <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/optional"><span class="acronym">optional</span></a>]</span></td>
154
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
155
155
  </tr>
156
156
  <tr>
157
157
  <td class="parameter_name"><p>y</p></td>
158
158
  <td class="parameter_description"><p> address of <span class="type">gint</span> to put y coordinate position; otherwise, -1 if value cannot be obtained. </p></td>
159
- <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/optional"><span class="acronym">optional</span></a>]</span></td>
159
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
160
160
  </tr>
161
161
  <tr>
162
162
  <td class="parameter_name"><p>coord_type</p></td>
@@ -259,12 +259,12 @@ values cannot be obtained (for instance, if the object is not onscreen).</p>
259
259
  <tr>
260
260
  <td class="parameter_name"><p>width</p></td>
261
261
  <td class="parameter_description"><p> filled with the image width, or -1 if the value cannot be obtained. </p></td>
262
- <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/optional"><span class="acronym">optional</span></a>]</span></td>
262
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
263
263
  </tr>
264
264
  <tr>
265
265
  <td class="parameter_name"><p>height</p></td>
266
266
  <td class="parameter_description"><p> filled with the image height, or -1 if the value cannot be obtained. </p></td>
267
- <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/optional"><span class="acronym">optional</span></a>]</span></td>
267
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
268
268
  </tr>
269
269
  </tbody>
270
270
  </table></div>
@@ -295,7 +295,7 @@ atk_image_get_image_locale (<em class="parameter"><code><a class="link" href="At
295
295
  <p> a string corresponding to the POSIX
296
296
  LC_MESSAGES locale used by the image description, or <code class="literal">NULL</code> if the
297
297
  image does not specify a locale. </p>
298
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
298
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
299
299
  </div>
300
300
  <p class="since">Since: 1.12</p>
301
301
  </div>
@@ -632,7 +632,7 @@ if a non-null return value is required.</p></td>
632
632
  <a name="atk-implementor-ref-accessible.returns"></a><h4>Returns</h4>
633
633
  <p> a reference to an object's <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
634
634
  implementation. </p>
635
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
635
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
636
636
  </div>
637
637
  </div>
638
638
  <hr>
@@ -719,7 +719,7 @@ without the need of assigning it manually with
719
719
  <a name="atk-object-get-parent.returns"></a><h4>Returns</h4>
720
720
  <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the accessible
721
721
  parent of the accessible. </p>
722
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
722
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
723
723
  </div>
724
724
  </div>
725
725
  <hr>
@@ -752,7 +752,7 @@ further reference.</p>
752
752
  <a name="atk-object-peek-parent.returns"></a><h4>Returns</h4>
753
753
  <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the accessible
754
754
  parent of the accessible if assigned. </p>
755
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
755
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
756
756
  </div>
757
757
  </div>
758
758
  <hr>
@@ -817,7 +817,7 @@ at index 0, the second at index 1 and so on.</p>
817
817
  <a name="atk-object-ref-accessible-child.returns"></a><h4>Returns</h4>
818
818
  <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the specified
819
819
  accessible child of the accessible. </p>
820
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
820
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
821
821
  </div>
822
822
  </div>
823
823
  <hr>
@@ -845,7 +845,7 @@ atk_object_ref_relation_set (<em class="parameter"><code><a class="link" href="A
845
845
  <a name="atk-object-ref-relation-set.returns"></a><h4>Returns</h4>
846
846
  <p> an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> representing the relation set
847
847
  of the object. </p>
848
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
848
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
849
849
  </div>
850
850
  </div>
851
851
  <hr>
@@ -963,7 +963,7 @@ unreference it when it is no longer needed.</p>
963
963
  <a name="atk-object-ref-state-set.returns"></a><h4>Returns</h4>
964
964
  <p> a reference to an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which is the state
965
965
  set of the accessible. </p>
966
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
966
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
967
967
  </div>
968
968
  </div>
969
969
  <hr>
@@ -1132,6 +1132,7 @@ atk_object_connect_property_change_handler
1132
1132
  <p>Since 2.12. Connect directly to property-change or
1133
1133
  notify signals.</p>
1134
1134
  </div>
1135
+ <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1135
1136
  <div class="refsect3">
1136
1137
  <a name="atk-object-connect-property-change-handler.parameters"></a><h4>Parameters</h4>
1137
1138
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1377,7 +1378,7 @@ explicit properties/annotations applied to the object, or an empty
1377
1378
  set if the object has no name-value pair attributes assigned to
1378
1379
  it. This <span class="type">atkattributeset</span> should be freed by a call to
1379
1380
  <a class="link" href="AtkText.html#atk-attribute-set-free" title="atk_attribute_set_free ()"><code class="function">atk_attribute_set_free()</code></a>. </p>
1380
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
1381
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1381
1382
  </div>
1382
1383
  <p class="since">Since: 1.12</p>
1383
1384
  </div>
@@ -2491,6 +2492,14 @@ superscript. <em class="parameter"><code>Since</code></em>
2491
2492
  <td class="enum_member_annotations"> </td>
2492
2493
  </tr>
2493
2494
  <tr>
2495
+ <td class="enum_member_name"><p><a name="ATK-ROLE-FOOTNOTE:CAPS"></a>ATK_ROLE_FOOTNOTE</p></td>
2496
+ <td class="enum_member_description">
2497
+ <p>An object that contains the text of a footnote. <em class="parameter"><code>Since</code></em>
2498
+ : ATK-2.26.</p>
2499
+ </td>
2500
+ <td class="enum_member_annotations"> </td>
2501
+ </tr>
2502
+ <tr>
2494
2503
  <td class="enum_member_name"><p><a name="ATK-ROLE-LAST-DEFINED:CAPS"></a>ATK_ROLE_LAST_DEFINED</p></td>
2495
2504
  <td class="enum_member_description">
2496
2505
  <p>not a valid role, used for finding end of the enumeration</p>
@@ -135,7 +135,7 @@ object type</p></td>
135
135
  <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> that implements an accessibility
136
136
  interface on behalf of <em class="parameter"><code>obj</code></em>
137
137
  . </p>
138
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
138
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
139
139
  </div>
140
140
  </div>
141
141
  <hr>
@@ -224,7 +224,7 @@ appropriate for <em class="parameter"><code>type</code></em>
224
224
  <p> an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> appropriate for creating
225
225
  <a href="AtkObject.html#AtkObject-struct"><span class="type">AtkObjects</span></a> appropriate for <em class="parameter"><code>type</code></em>
226
226
  . </p>
227
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
227
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
228
228
  </div>
229
229
  </div>
230
230
  <hr>
@@ -243,7 +243,7 @@ for whom accessibility information will be provided.</p>
243
243
  <a name="atk-get-default-registry.returns"></a><h4>Returns</h4>
244
244
  <p> a default implementation of the
245
245
  <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>/type registry. </p>
246
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
246
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
247
247
  </div>
248
248
  </div>
249
249
  </div>
@@ -276,7 +276,7 @@ of targets. See also <a class="link" href="AtkObject.html#atk-object-add-relati
276
276
  <td class="parameter_name"><p>targets</p></td>
277
277
  <td class="parameter_description"><p> an array of pointers to
278
278
  <a href="AtkObject.html#AtkObject-struct"><span class="type">AtkObjects</span></a>. </p></td>
279
- <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_targets]</span></td>
279
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
280
280
  </tr>
281
281
  <tr>
282
282
  <td class="parameter_name"><p>n_targets</p></td>
@@ -352,7 +352,7 @@ atk_relation_get_target (<em class="parameter"><code><a class="link" href="AtkRe
352
352
  <a name="atk-relation-get-target.returns"></a><h4>Returns</h4>
353
353
  <p> the target list of <em class="parameter"><code>relation</code></em>
354
354
  . </p>
355
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> Atk.Object]</span></p>
355
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Atk.Object]</span></p>
356
356
  </div>
357
357
  </div>
358
358
  <hr>
@@ -573,7 +573,7 @@ with an object <em class="parameter"><code>target</code></em>
573
573
  <tr>
574
574
  <td class="enum_member_name"><p><a name="ATK-RELATION-EMBEDDED-BY:CAPS"></a>ATK_RELATION_EMBEDDED_BY</p></td>
575
575
  <td class="enum_member_description">
576
- <p>Inverse of <a class="link" href="AtkRelation.html#ATK-RELATION-EMBEDS:CAPS"><code class="literal">ATK_RELATION_EMBEDS</code></a>, indicates that
576
+ <p>Reciprocal of <a class="link" href="AtkRelation.html#ATK-RELATION-EMBEDS:CAPS"><code class="literal">ATK_RELATION_EMBEDS</code></a>, indicates that
577
577
  this object's content is visualy embedded in another object.</p>
578
578
  </td>
579
579
  <td class="enum_member_annotations"> </td>
@@ -595,14 +595,25 @@ with an object <em class="parameter"><code>target</code></em>
595
595
  <tr>
596
596
  <td class="enum_member_name"><p><a name="ATK-RELATION-DESCRIBED-BY:CAPS"></a>ATK_RELATION_DESCRIBED_BY</p></td>
597
597
  <td class="enum_member_description">
598
- <p>Indicates that another object provides descriptive information about this object; more verbose than ATK_RELATION_LABELLED_BY.</p>
598
+ <p>Reciprocal of <a class="link" href="AtkRelation.html#ATK-RELATION-DESCRIPTION-FOR:CAPS"><code class="literal">ATK_RELATION_DESCRIPTION_FOR</code></a>. Indicates that one
599
+ or more target objects provide descriptive information about this object. This relation
600
+ type is most appropriate for information that is not essential as its presentation may
601
+ be user-configurable and/or limited to an on-demand mechanism such as an assistive
602
+ technology command. For brief, essential information such as can be found in a widget's
603
+ on-screen label, use <a class="link" href="AtkRelation.html#ATK-RELATION-LABELLED-BY:CAPS"><code class="literal">ATK_RELATION_LABELLED_BY</code></a>. For an on-screen error message, use
604
+ <a class="link" href="AtkRelation.html#ATK-RELATION-ERROR-MESSAGE:CAPS"><code class="literal">ATK_RELATION_ERROR_MESSAGE</code></a>. For lengthy extended descriptive information contained in
605
+ an on-screen object, consider using <a class="link" href="AtkRelation.html#ATK-RELATION-DETAILS:CAPS"><code class="literal">ATK_RELATION_DETAILS</code></a> as assistive technologies may
606
+ provide a means for the user to navigate to objects containing detailed descriptions so
607
+ that their content can be more closely reviewed.</p>
599
608
  </td>
600
609
  <td class="enum_member_annotations"> </td>
601
610
  </tr>
602
611
  <tr>
603
612
  <td class="enum_member_name"><p><a name="ATK-RELATION-DESCRIPTION-FOR:CAPS"></a>ATK_RELATION_DESCRIPTION_FOR</p></td>
604
613
  <td class="enum_member_description">
605
- <p>Indicates that an object provides descriptive information about another object; more verbose than ATK_RELATION_LABEL_FOR.</p>
614
+ <p>Reciprocal of <a class="link" href="AtkRelation.html#ATK-RELATION-DESCRIBED-BY:CAPS"><code class="literal">ATK_RELATION_DESCRIBED_BY</code></a>. Indicates that this
615
+ object provides descriptive information about the target object(s). See also
616
+ <a class="link" href="AtkRelation.html#ATK-RELATION-DETAILS-FOR:CAPS"><code class="literal">ATK_RELATION_DETAILS_FOR</code></a> and <a class="link" href="AtkRelation.html#ATK-RELATION-ERROR-FOR:CAPS"><code class="literal">ATK_RELATION_ERROR_FOR</code></a>.</p>
606
617
  </td>
607
618
  <td class="enum_member_annotations"> </td>
608
619
  </tr>
@@ -614,6 +625,51 @@ with an object <em class="parameter"><code>target</code></em>
614
625
  <td class="enum_member_annotations"> </td>
615
626
  </tr>
616
627
  <tr>
628
+ <td class="enum_member_name"><p><a name="ATK-RELATION-DETAILS:CAPS"></a>ATK_RELATION_DETAILS</p></td>
629
+ <td class="enum_member_description">
630
+ <p>Reciprocal of <a class="link" href="AtkRelation.html#ATK-RELATION-DETAILS-FOR:CAPS"><code class="literal">ATK_RELATION_DETAILS_FOR</code></a>. Indicates that this object
631
+ has a detailed or extended description, the contents of which can be found in the target
632
+ object(s). This relation type is most appropriate for information that is sufficiently
633
+ lengthy as to make navigation to the container of that information desirable. For less
634
+ verbose information suitable for announcement only, see <a class="link" href="AtkRelation.html#ATK-RELATION-DESCRIBED-BY:CAPS"><code class="literal">ATK_RELATION_DESCRIBED_BY</code></a>. If
635
+ the detailed information describes an error condition, <a class="link" href="AtkRelation.html#ATK-RELATION-ERROR-FOR:CAPS"><code class="literal">ATK_RELATION_ERROR_FOR</code></a> should be
636
+ used instead. <em class="parameter"><code>Since</code></em>
637
+ : ATK-2.26.</p>
638
+ </td>
639
+ <td class="enum_member_annotations"> </td>
640
+ </tr>
641
+ <tr>
642
+ <td class="enum_member_name"><p><a name="ATK-RELATION-DETAILS-FOR:CAPS"></a>ATK_RELATION_DETAILS_FOR</p></td>
643
+ <td class="enum_member_description">
644
+ <p>Reciprocal of <a class="link" href="AtkRelation.html#ATK-RELATION-DETAILS:CAPS"><code class="literal">ATK_RELATION_DETAILS</code></a>. Indicates that this object
645
+ provides a detailed or extended description about the target object(s). See also
646
+ <a class="link" href="AtkRelation.html#ATK-RELATION-DESCRIPTION-FOR:CAPS"><code class="literal">ATK_RELATION_DESCRIPTION_FOR</code></a> and <a class="link" href="AtkRelation.html#ATK-RELATION-ERROR-FOR:CAPS"><code class="literal">ATK_RELATION_ERROR_FOR</code></a>. <em class="parameter"><code>Since</code></em>
647
+ : ATK-2.26.</p>
648
+ </td>
649
+ <td class="enum_member_annotations"> </td>
650
+ </tr>
651
+ <tr>
652
+ <td class="enum_member_name"><p><a name="ATK-RELATION-ERROR-MESSAGE:CAPS"></a>ATK_RELATION_ERROR_MESSAGE</p></td>
653
+ <td class="enum_member_description">
654
+ <p>Reciprocal of <a class="link" href="AtkRelation.html#ATK-RELATION-ERROR-FOR:CAPS"><code class="literal">ATK_RELATION_ERROR_FOR</code></a>. Indicates that this object
655
+ has one or more errors, the nature of which is described in the contents of the target
656
+ object(s). Objects that have this relation type should also contain <a class="link" href="atk-AtkState.html#ATK-STATE-INVALID-ENTRY:CAPS"><code class="literal">ATK_STATE_INVALID_ENTRY</code></a>
657
+ in their <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>. <em class="parameter"><code>Since</code></em>
658
+ : ATK-2.26.</p>
659
+ </td>
660
+ <td class="enum_member_annotations"> </td>
661
+ </tr>
662
+ <tr>
663
+ <td class="enum_member_name"><p><a name="ATK-RELATION-ERROR-FOR:CAPS"></a>ATK_RELATION_ERROR_FOR</p></td>
664
+ <td class="enum_member_description">
665
+ <p>Reciprocal of <a class="link" href="AtkRelation.html#ATK-RELATION-ERROR-MESSAGE:CAPS"><code class="literal">ATK_RELATION_ERROR_MESSAGE</code></a>. Indicates that this object
666
+ contains an error message describing an invalid condition in the target object(s). <em class="parameter"><code>Since</code></em>
667
+ :
668
+ ATK_2.26.</p>
669
+ </td>
670
+ <td class="enum_member_annotations"> </td>
671
+ </tr>
672
+ <tr>
617
673
  <td class="enum_member_name"><p><a name="ATK-RELATION-LAST-DEFINED:CAPS"></a>ATK_RELATION_LAST_DEFINED</p></td>
618
674
  <td class="enum_member_description">
619
675
  <p>Not used, this value indicates the end of the enumeration.</p>
@@ -313,7 +313,7 @@ atk_relation_set_get_relation (<em class="parameter"><code><a class="link" href=
313
313
  <a name="atk-relation-set-get-relation.returns"></a><h4>Returns</h4>
314
314
  <p> a <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>, which is the relation at
315
315
  position i in the set. </p>
316
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
316
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
317
317
  </div>
318
318
  </div>
319
319
  <hr>
@@ -349,7 +349,7 @@ atk_relation_set_get_relation_by_type (<em class="parameter"><code><a class="lin
349
349
  <a name="atk-relation-set-get-relation-by-type.returns"></a><h4>Returns</h4>
350
350
  <p> an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>, which is a relation matching the
351
351
  specified type. </p>
352
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
352
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
353
353
  </div>
354
354
  </div>
355
355
  <hr>
@@ -258,7 +258,7 @@ ith selection as opposed to the ith child).</p></td>
258
258
  selected accessible, or <code class="literal">NULL</code> if <em class="parameter"><code>selection</code></em>
259
259
  does not implement this
260
260
  interface. </p>
261
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
261
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
262
262
  </div>
263
263
  </div>
264
264
  <hr>
@@ -265,7 +265,7 @@ of an object. See also <a class="link" href="AtkObject.html#atk-object-notify-st
265
265
  <tr>
266
266
  <td class="parameter_name"><p>types</p></td>
267
267
  <td class="parameter_description"><p> an array of <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>. </p></td>
268
- <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_types]</span></td>
268
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_types]</span></td>
269
269
  </tr>
270
270
  <tr>
271
271
  <td class="parameter_name"><p>n_types</p></td>
@@ -360,7 +360,7 @@ specified set.</p>
360
360
  <tr>
361
361
  <td class="parameter_name"><p>types</p></td>
362
362
  <td class="parameter_description"><p> an array of <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>. </p></td>
363
- <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_types]</span></td>
363
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_types]</span></td>
364
364
  </tr>
365
365
  <tr>
366
366
  <td class="parameter_name"><p>n_types</p></td>
@@ -451,7 +451,7 @@ intersection is empty.</p>
451
451
  <a name="atk-state-set-and-sets.returns"></a><h4>Returns</h4>
452
452
  <p> a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which is the intersection of
453
453
  the two sets. </p>
454
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
454
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
455
455
  </div>
456
456
  </div>
457
457
  <hr>
@@ -487,7 +487,7 @@ atk_state_set_or_sets (<em class="parameter"><code><a class="link" href="AtkStat
487
487
  <a name="atk-state-set-or-sets.returns"></a><h4>Returns</h4>
488
488
  <p> a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which is
489
489
  the union of the two sets, returning <code class="literal">NULL</code> is empty. </p>
490
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
490
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
491
491
  </div>
492
492
  </div>
493
493
  <hr>
@@ -525,7 +525,7 @@ one of the two sets.</p>
525
525
  <a name="atk-state-set-xor-sets.returns"></a><h4>Returns</h4>
526
526
  <p> a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which contains the states
527
527
  which are in exactly one of the two sets. </p>
528
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
528
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
529
529
  </div>
530
530
  </div>
531
531
  </div>
@@ -207,7 +207,7 @@ atk_streamable_content_get_stream (<em class="parameter"><code><a class="link" h
207
207
  <a name="atk-streamable-content-get-stream.returns"></a><h4>Returns</h4>
208
208
  <p> A <span class="type">GIOChannel</span> which contains the content in the
209
209
  specified mime type. </p>
210
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
210
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
211
211
  </div>
212
212
  </div>
213
213
  <hr>
@@ -250,7 +250,7 @@ for the default mime type.</p></td>
250
250
  <a name="atk-streamable-content-get-uri.returns"></a><h4>Returns</h4>
251
251
  <p> Returns a string representing a URI, or <code class="literal">NULL</code>
252
252
  if no corresponding URI can be constructed. </p>
253
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
253
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
254
254
  </div>
255
255
  <p class="since">Since: 1.12</p>
256
256
  </div>
@@ -421,7 +421,7 @@ should implement the interface <a class="link" href="AtkTableCell.html" title="A
421
421
  <a name="atk-table-ref-at.returns"></a><h4>Returns</h4>
422
422
  <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the referred
423
423
  to accessible. </p>
424
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
424
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
425
425
  </div>
426
426
  </div>
427
427
  <hr>
@@ -734,7 +734,7 @@ atk_table_get_caption (<em class="parameter"><code><a class="link" href="AtkTabl
734
734
  <a name="atk-table-get-caption.returns"></a><h4>Returns</h4>
735
735
  <p> a AtkObject* representing the
736
736
  table caption, or <code class="literal">NULL</code> if value does not implement this interface. </p>
737
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
737
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
738
738
  </div>
739
739
  </div>
740
740
  <hr>
@@ -808,7 +808,7 @@ atk_table_get_row_description (<em class="parameter"><code><a class="link" href=
808
808
  <a name="atk-table-get-row-description.returns"></a><h4>Returns</h4>
809
809
  <p> a gchar* representing the row description, or
810
810
  <code class="literal">NULL</code> if value does not implement this interface. </p>
811
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
811
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
812
812
  </div>
813
813
  </div>
814
814
  <hr>
@@ -845,7 +845,7 @@ atk_table_get_column_header (<em class="parameter"><code><a class="link" href="A
845
845
  <p> a AtkObject* representing the
846
846
  specified column header, or <code class="literal">NULL</code> if value does not implement this
847
847
  interface. </p>
848
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
848
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
849
849
  </div>
850
850
  </div>
851
851
  <hr>
@@ -882,7 +882,7 @@ atk_table_get_row_header (<em class="parameter"><code><a class="link" href="AtkT
882
882
  <p> a AtkObject* representing the
883
883
  specified row header, or <code class="literal">NULL</code> if value does not implement this
884
884
  interface. </p>
885
- <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
885
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
886
886
  </div>
887
887
  </div>
888
888
  <hr>
@@ -910,7 +910,7 @@ atk_table_get_summary (<em class="parameter"><code><a class="link" href="AtkTabl
910
910
  <a name="atk-table-get-summary.returns"></a><h4>Returns</h4>
911
911
  <p> a AtkObject* representing a summary description
912
912
  of the table, or zero if value does not implement this interface. </p>
913
- <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
913
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
914
914
  </div>
915
915
  </div>
916
916
  <hr>