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

Sign up to get free protection for your applications and to get access to all the features.
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>AtkRelationSet</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: AtkRelationSet</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">
8
+ <link rel="up" href="data.html" title="Basic accessible data types">
9
9
  <link rel="prev" href="AtkRelation.html" title="AtkRelation">
10
- <link rel="next" href="AtkSelection.html" title="AtkSelection">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
10
+ <link rel="next" href="atk-AtkState.html" title="AtkState">
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="#AtkRelationSet.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkRelationSet.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="#AtkRelationSet.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkRelationSet.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>
22
+ <td><a accesskey="u" href="data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
23
  <td><a accesskey="p" href="AtkRelation.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
- <td><a accesskey="n" href="AtkSelection.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ <td><a accesskey="n" href="atk-AtkState.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="AtkRelationSet"></a><div class="titlepage"></div>
@@ -33,280 +31,383 @@
33
31
  <p>AtkRelationSet — A set of AtkRelations, normally the set of
34
32
  AtkRelations which an AtkObject has.</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="AtkRelationSet.synopsis"></a><h2>Synopsis</h2>
40
- <pre class="synopsis"> <a class="link" href="AtkRelationSet.html#AtkRelationSet-struct" title="AtkRelationSet">AtkRelationSet</a>;
41
- <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="returnvalue">AtkRelationSet</span></a> * <a class="link" href="AtkRelationSet.html#atk-relation-set-new" title="atk_relation_set_new ()">atk_relation_set_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
42
- <span class="returnvalue">gboolean</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-contains" title="atk_relation_set_contains ()">atk_relation_set_contains</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
43
- <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);
44
- <span class="returnvalue">void</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-remove" title="atk_relation_set_remove ()">atk_relation_set_remove</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
45
- <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);
46
- <span class="returnvalue">void</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-add" title="atk_relation_set_add ()">atk_relation_set_add</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
47
- <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);
48
- <span class="returnvalue">gint</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-get-n-relations" title="atk_relation_set_get_n_relations ()">atk_relation_set_get_n_relations</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>);
49
- <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * <a class="link" href="AtkRelationSet.html#atk-relation-set-get-relation" title="atk_relation_set_get_relation ()">atk_relation_set_get_relation</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
50
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
51
- <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * <a class="link" href="AtkRelationSet.html#atk-relation-set-get-relation-by-type" title="atk_relation_set_get_relation_by_type ()">atk_relation_set_get_relation_by_type</a>
52
- (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
53
- <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);
54
- <span class="returnvalue">void</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-add-relation-by-type" title="atk_relation_set_add_relation_by_type ()">atk_relation_set_add_relation_by_type</a>
55
- (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
56
- <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
57
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);
58
- </pre>
36
+ <div class="refsect1">
37
+ <a name="AtkRelationSet.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="AtkRelationSet.html" title="AtkRelationSet"><span class="returnvalue">AtkRelationSet</span></a> *
47
+ </td>
48
+ <td class="function_name">
49
+ <a class="link" href="AtkRelationSet.html#atk-relation-set-new" title="atk_relation_set_new ()">atk_relation_set_new</a> <span class="c_punctuation">()</span>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="function_type">
54
+ <span class="returnvalue">gboolean</span>
55
+ </td>
56
+ <td class="function_name">
57
+ <a class="link" href="AtkRelationSet.html#atk-relation-set-contains" title="atk_relation_set_contains ()">atk_relation_set_contains</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="AtkRelationSet.html#atk-relation-set-remove" title="atk_relation_set_remove ()">atk_relation_set_remove</a> <span class="c_punctuation">()</span>
66
+ </td>
67
+ </tr>
68
+ <tr>
69
+ <td class="function_type">
70
+ <span class="returnvalue">void</span>
71
+ </td>
72
+ <td class="function_name">
73
+ <a class="link" href="AtkRelationSet.html#atk-relation-set-add" title="atk_relation_set_add ()">atk_relation_set_add</a> <span class="c_punctuation">()</span>
74
+ </td>
75
+ </tr>
76
+ <tr>
77
+ <td class="function_type">
78
+ <span class="returnvalue">gint</span>
79
+ </td>
80
+ <td class="function_name">
81
+ <a class="link" href="AtkRelationSet.html#atk-relation-set-get-n-relations" title="atk_relation_set_get_n_relations ()">atk_relation_set_get_n_relations</a> <span class="c_punctuation">()</span>
82
+ </td>
83
+ </tr>
84
+ <tr>
85
+ <td class="function_type">
86
+ <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> *
87
+ </td>
88
+ <td class="function_name">
89
+ <a class="link" href="AtkRelationSet.html#atk-relation-set-get-relation" title="atk_relation_set_get_relation ()">atk_relation_set_get_relation</a> <span class="c_punctuation">()</span>
90
+ </td>
91
+ </tr>
92
+ <tr>
93
+ <td class="function_type">
94
+ <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> *
95
+ </td>
96
+ <td class="function_name">
97
+ <a class="link" href="AtkRelationSet.html#atk-relation-set-get-relation-by-type" title="atk_relation_set_get_relation_by_type ()">atk_relation_set_get_relation_by_type</a> <span class="c_punctuation">()</span>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td class="function_type">
102
+ <span class="returnvalue">void</span>
103
+ </td>
104
+ <td class="function_name">
105
+ <a class="link" href="AtkRelationSet.html#atk-relation-set-add-relation-by-type" title="atk_relation_set_add_relation_by_type ()">atk_relation_set_add_relation_by_type</a> <span class="c_punctuation">()</span>
106
+ </td>
107
+ </tr>
108
+ </tbody>
109
+ </table></div>
110
+ </div>
111
+ <div class="refsect1">
112
+ <a name="AtkRelationSet.other"></a><h2>Types and Values</h2>
113
+ <div class="informaltable"><table width="100%" border="0">
114
+ <colgroup>
115
+ <col width="150px" class="name">
116
+ <col class="description">
117
+ </colgroup>
118
+ <tbody><tr>
119
+ <td class="datatype_keyword"> </td>
120
+ <td class="function_name"><a class="link" href="AtkRelationSet.html#AtkRelationSet-struct" title="AtkRelationSet">AtkRelationSet</a></td>
121
+ </tr></tbody>
122
+ </table></div>
59
123
  </div>
60
124
  <div class="refsect1">
61
125
  <a name="AtkRelationSet.object-hierarchy"></a><h2>Object Hierarchy</h2>
62
- <pre class="synopsis">
63
- GObject
64
- +----AtkRelationSet
126
+ <pre class="screen"> GObject
127
+ <span class="lineart">╰──</span> AtkRelationSet
65
128
  </pre>
66
129
  </div>
67
130
  <div class="refsect1">
68
131
  <a name="AtkRelationSet.description"></a><h2>Description</h2>
69
- <p>
70
- The AtkRelationSet held by an object establishes its relationships
132
+ <p>The AtkRelationSet held by an object establishes its relationships
71
133
  with objects beyond the normal "parent/child" hierarchical
72
134
  relationships that all user interface objects have.
73
135
  AtkRelationSets establish whether objects are labelled or
74
136
  controlled by other components, share group membership with other
75
137
  components (for instance within a radio-button group), or share
76
138
  content which "flows" between them, among other types of possible
77
- relationships.
78
- </p>
139
+ relationships.</p>
79
140
  </div>
80
141
  <div class="refsect1">
81
- <a name="AtkRelationSet.details"></a><h2>Details</h2>
142
+ <a name="AtkRelationSet.functions_details"></a><h2>Functions</h2>
82
143
  <div class="refsect2">
83
- <a name="AtkRelationSet-struct"></a><h3>AtkRelationSet</h3>
84
- <pre class="programlisting">typedef struct _AtkRelationSet AtkRelationSet;</pre>
85
- <p>
86
- </p>
144
+ <a name="atk-relation-set-new"></a><h3>atk_relation_set_new ()</h3>
145
+ <pre class="programlisting"><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="returnvalue">AtkRelationSet</span></a> *
146
+ atk_relation_set_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
147
+ <p>Creates a new empty relation set.</p>
148
+ <div class="refsect3">
149
+ <a name="id-1.6.4.7.2.5"></a><h4>Returns</h4>
150
+ <p> a new <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> </p>
151
+ <p></p>
87
152
  </div>
88
- <hr>
89
- <div class="refsect2">
90
- <a name="atk-relation-set-new"></a><h3>atk_relation_set_new ()</h3>
91
- <pre class="programlisting"><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="returnvalue">AtkRelationSet</span></a> * atk_relation_set_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
92
- <p>
93
- Creates a new empty relation set.
94
- </p>
95
- <div class="variablelist"><table border="0">
96
- <col align="left" valign="top">
97
- <tbody><tr>
98
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
99
- <td>a new <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
100
- </td>
101
- </tr></tbody>
102
- </table></div>
103
153
  </div>
104
154
  <hr>
105
155
  <div class="refsect2">
106
- <a name="atk-relation-set-contains"></a><h3>atk_relation_set_contains ()</h3>
107
- <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_relation_set_contains (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
108
- <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
109
- <p>
110
- Determines whether the relation set contains a relation that matches the
111
- specified type.
112
- </p>
113
- <div class="variablelist"><table border="0">
114
- <col align="left" valign="top">
156
+ <a name="atk-relation-set-contains"></a><h3>atk_relation_set_contains ()</h3>
157
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
158
+ atk_relation_set_contains (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
159
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
160
+ <p>Determines whether the relation set contains a relation that matches the
161
+ specified type.</p>
162
+ <div class="refsect3">
163
+ <a name="id-1.6.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>
115
170
  <tbody>
116
171
  <tr>
117
- <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
118
- <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
119
- </td>
120
- </tr>
121
- <tr>
122
- <td><p><span class="term"><em class="parameter"><code>relationship</code></em> :</span></p></td>
123
- <td>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a>
124
- </td>
172
+ <td class="parameter_name"><p>set</p></td>
173
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
174
+ <td class="parameter_annotations"> </td>
125
175
  </tr>
126
176
  <tr>
127
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
128
- <td>
129
- <code class="literal">TRUE</code> if <em class="parameter"><code>relationship</code></em> is the relationship type of a relation
130
- in <em class="parameter"><code>set</code></em>, <code class="literal">FALSE</code> otherwise</td>
177
+ <td class="parameter_name"><p>relationship</p></td>
178
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></p></td>
179
+ <td class="parameter_annotations"> </td>
131
180
  </tr>
132
181
  </tbody>
133
182
  </table></div>
134
183
  </div>
184
+ <div class="refsect3">
185
+ <a name="id-1.6.4.7.3.6"></a><h4>Returns</h4>
186
+ <p> <code class="literal">TRUE</code> if <em class="parameter"><code>relationship</code></em>
187
+ is the relationship type of a relation
188
+ in <em class="parameter"><code>set</code></em>
189
+ , <code class="literal">FALSE</code> otherwise</p>
190
+ <p></p>
191
+ </div>
192
+ </div>
135
193
  <hr>
136
194
  <div class="refsect2">
137
- <a name="atk-relation-set-remove"></a><h3>atk_relation_set_remove ()</h3>
138
- <pre class="programlisting"><span class="returnvalue">void</span> atk_relation_set_remove (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
139
- <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
140
- <p>
141
- Removes a relation from the relation set.
195
+ <a name="atk-relation-set-remove"></a><h3>atk_relation_set_remove ()</h3>
196
+ <pre class="programlisting"><span class="returnvalue">void</span>
197
+ atk_relation_set_remove (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
198
+ <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
199
+ <p>Removes a relation from the relation set.
142
200
  This function unref's the <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> so it will be deleted unless there
143
- is another reference to it.
144
- </p>
145
- <div class="variablelist"><table border="0">
146
- <col align="left" valign="top">
201
+ is another reference to it.</p>
202
+ <div class="refsect3">
203
+ <a name="id-1.6.4.7.4.5"></a><h4>Parameters</h4>
204
+ <div class="informaltable"><table width="100%" border="0">
205
+ <colgroup>
206
+ <col width="150px" class="parameters_name">
207
+ <col class="parameters_description">
208
+ <col width="200px" class="parameters_annotations">
209
+ </colgroup>
147
210
  <tbody>
148
211
  <tr>
149
- <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
150
- <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
151
- </td>
212
+ <td class="parameter_name"><p>set</p></td>
213
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
214
+ <td class="parameter_annotations"> </td>
152
215
  </tr>
153
216
  <tr>
154
- <td><p><span class="term"><em class="parameter"><code>relation</code></em> :</span></p></td>
155
- <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
156
- </td>
217
+ <td class="parameter_name"><p>relation</p></td>
218
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
219
+ <td class="parameter_annotations"> </td>
157
220
  </tr>
158
221
  </tbody>
159
222
  </table></div>
160
223
  </div>
224
+ </div>
161
225
  <hr>
162
226
  <div class="refsect2">
163
- <a name="atk-relation-set-add"></a><h3>atk_relation_set_add ()</h3>
164
- <pre class="programlisting"><span class="returnvalue">void</span> atk_relation_set_add (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
165
- <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
166
- <p>
167
- Add a new relation to the current relation set if it is not already
227
+ <a name="atk-relation-set-add"></a><h3>atk_relation_set_add ()</h3>
228
+ <pre class="programlisting"><span class="returnvalue">void</span>
229
+ atk_relation_set_add (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
230
+ <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
231
+ <p>Add a new relation to the current relation set if it is not already
168
232
  present.
169
233
  This function ref's the AtkRelation so the caller of this function
170
234
  should unref it to ensure that it will be destroyed when the AtkRelationSet
171
- is destroyed.
172
- </p>
173
- <div class="variablelist"><table border="0">
174
- <col align="left" valign="top">
235
+ is destroyed.</p>
236
+ <div class="refsect3">
237
+ <a name="id-1.6.4.7.5.5"></a><h4>Parameters</h4>
238
+ <div class="informaltable"><table width="100%" border="0">
239
+ <colgroup>
240
+ <col width="150px" class="parameters_name">
241
+ <col class="parameters_description">
242
+ <col width="200px" class="parameters_annotations">
243
+ </colgroup>
175
244
  <tbody>
176
245
  <tr>
177
- <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
178
- <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
179
- </td>
246
+ <td class="parameter_name"><p>set</p></td>
247
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
248
+ <td class="parameter_annotations"> </td>
180
249
  </tr>
181
250
  <tr>
182
- <td><p><span class="term"><em class="parameter"><code>relation</code></em> :</span></p></td>
183
- <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
184
- </td>
251
+ <td class="parameter_name"><p>relation</p></td>
252
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
253
+ <td class="parameter_annotations"> </td>
185
254
  </tr>
186
255
  </tbody>
187
256
  </table></div>
188
257
  </div>
258
+ </div>
189
259
  <hr>
190
260
  <div class="refsect2">
191
- <a name="atk-relation-set-get-n-relations"></a><h3>atk_relation_set_get_n_relations ()</h3>
192
- <pre class="programlisting"><span class="returnvalue">gint</span> atk_relation_set_get_n_relations (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>);</pre>
193
- <p>
194
- Determines the number of relations in a relation set.
195
- </p>
196
- <div class="variablelist"><table border="0">
197
- <col align="left" valign="top">
198
- <tbody>
199
- <tr>
200
- <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
201
- <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
202
- </td>
203
- </tr>
204
- <tr>
205
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
206
- <td>an integer representing the number of relations in the set.</td>
207
- </tr>
208
- </tbody>
261
+ <a name="atk-relation-set-get-n-relations"></a><h3>atk_relation_set_get_n_relations ()</h3>
262
+ <pre class="programlisting"><span class="returnvalue">gint</span>
263
+ atk_relation_set_get_n_relations (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>);</pre>
264
+ <p>Determines the number of relations in a relation set.</p>
265
+ <div class="refsect3">
266
+ <a name="id-1.6.4.7.6.5"></a><h4>Parameters</h4>
267
+ <div class="informaltable"><table width="100%" border="0">
268
+ <colgroup>
269
+ <col width="150px" class="parameters_name">
270
+ <col class="parameters_description">
271
+ <col width="200px" class="parameters_annotations">
272
+ </colgroup>
273
+ <tbody><tr>
274
+ <td class="parameter_name"><p>set</p></td>
275
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
276
+ <td class="parameter_annotations"> </td>
277
+ </tr></tbody>
209
278
  </table></div>
210
279
  </div>
280
+ <div class="refsect3">
281
+ <a name="id-1.6.4.7.6.6"></a><h4>Returns</h4>
282
+ <p> an integer representing the number of relations in the set.</p>
283
+ <p></p>
284
+ </div>
285
+ </div>
211
286
  <hr>
212
287
  <div class="refsect2">
213
- <a name="atk-relation-set-get-relation"></a><h3>atk_relation_set_get_relation ()</h3>
214
- <pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * atk_relation_set_get_relation (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
215
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
216
- <p>
217
- Determines the relation at the specified position in the relation set.
218
- </p>
219
- <div class="variablelist"><table border="0">
220
- <col align="left" valign="top">
288
+ <a name="atk-relation-set-get-relation"></a><h3>atk_relation_set_get_relation ()</h3>
289
+ <pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> *
290
+ atk_relation_set_get_relation (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
291
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
292
+ <p>Determines the relation at the specified position in the relation set.</p>
293
+ <div class="refsect3">
294
+ <a name="id-1.6.4.7.7.5"></a><h4>Parameters</h4>
295
+ <div class="informaltable"><table width="100%" border="0">
296
+ <colgroup>
297
+ <col width="150px" class="parameters_name">
298
+ <col class="parameters_description">
299
+ <col width="200px" class="parameters_annotations">
300
+ </colgroup>
221
301
  <tbody>
222
302
  <tr>
223
- <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
224
- <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
225
- </td>
226
- </tr>
227
- <tr>
228
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
229
- <td>a gint representing a position in the set, starting from 0.</td>
303
+ <td class="parameter_name"><p>set</p></td>
304
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
305
+ <td class="parameter_annotations"> </td>
230
306
  </tr>
231
307
  <tr>
232
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
233
- <td>a <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>, which is the relation at
234
- position i in the set. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
235
- </td>
308
+ <td class="parameter_name"><p>i</p></td>
309
+ <td class="parameter_description"><p>a gint representing a position in the set, starting from 0.</p></td>
310
+ <td class="parameter_annotations"> </td>
236
311
  </tr>
237
312
  </tbody>
238
313
  </table></div>
239
314
  </div>
315
+ <div class="refsect3">
316
+ <a name="id-1.6.4.7.7.6"></a><h4>Returns</h4>
317
+ <p> a <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>, which is the relation at
318
+ position i in the set. </p>
319
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
320
+ </div>
321
+ </div>
240
322
  <hr>
241
323
  <div class="refsect2">
242
- <a name="atk-relation-set-get-relation-by-type"></a><h3>atk_relation_set_get_relation_by_type ()</h3>
243
- <pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * atk_relation_set_get_relation_by_type
244
- (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
245
- <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
246
- <p>
247
- Finds a relation that matches the specified type.
248
- </p>
249
- <div class="variablelist"><table border="0">
250
- <col align="left" valign="top">
324
+ <a name="atk-relation-set-get-relation-by-type"></a><h3>atk_relation_set_get_relation_by_type ()</h3>
325
+ <pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> *
326
+ atk_relation_set_get_relation_by_type (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
327
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
328
+ <p>Finds a relation that matches the specified type.</p>
329
+ <div class="refsect3">
330
+ <a name="id-1.6.4.7.8.5"></a><h4>Parameters</h4>
331
+ <div class="informaltable"><table width="100%" border="0">
332
+ <colgroup>
333
+ <col width="150px" class="parameters_name">
334
+ <col class="parameters_description">
335
+ <col width="200px" class="parameters_annotations">
336
+ </colgroup>
251
337
  <tbody>
252
338
  <tr>
253
- <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
254
- <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
255
- </td>
339
+ <td class="parameter_name"><p>set</p></td>
340
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
341
+ <td class="parameter_annotations"> </td>
256
342
  </tr>
257
343
  <tr>
258
- <td><p><span class="term"><em class="parameter"><code>relationship</code></em> :</span></p></td>
259
- <td>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a>
260
- </td>
261
- </tr>
262
- <tr>
263
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
264
- <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>, which is a relation matching the
265
- specified type. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
266
- </td>
344
+ <td class="parameter_name"><p>relationship</p></td>
345
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></p></td>
346
+ <td class="parameter_annotations"> </td>
267
347
  </tr>
268
348
  </tbody>
269
349
  </table></div>
270
350
  </div>
351
+ <div class="refsect3">
352
+ <a name="id-1.6.4.7.8.6"></a><h4>Returns</h4>
353
+ <p> an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>, which is a relation matching the
354
+ specified type. </p>
355
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
356
+ </div>
357
+ </div>
271
358
  <hr>
272
359
  <div class="refsect2">
273
- <a name="atk-relation-set-add-relation-by-type"></a><h3>atk_relation_set_add_relation_by_type ()</h3>
274
- <pre class="programlisting"><span class="returnvalue">void</span> atk_relation_set_add_relation_by_type
275
- (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
276
- <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
277
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
278
- <p>
279
- Add a new relation of the specified type with the specified target to
360
+ <a name="atk-relation-set-add-relation-by-type"></a><h3>atk_relation_set_add_relation_by_type ()</h3>
361
+ <pre class="programlisting"><span class="returnvalue">void</span>
362
+ atk_relation_set_add_relation_by_type (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
363
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
364
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
365
+ <p>Add a new relation of the specified type with the specified target to
280
366
  the current relation set if the relation set does not contain a relation
281
367
  of that type. If it is does contain a relation of that typea the target
282
- is added to the relation.
283
- </p>
284
- <div class="variablelist"><table border="0">
285
- <col align="left" valign="top">
368
+ is added to the relation.</p>
369
+ <div class="refsect3">
370
+ <a name="id-1.6.4.7.9.5"></a><h4>Parameters</h4>
371
+ <div class="informaltable"><table width="100%" border="0">
372
+ <colgroup>
373
+ <col width="150px" class="parameters_name">
374
+ <col class="parameters_description">
375
+ <col width="200px" class="parameters_annotations">
376
+ </colgroup>
286
377
  <tbody>
287
378
  <tr>
288
- <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
289
- <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
290
- </td>
379
+ <td class="parameter_name"><p>set</p></td>
380
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
381
+ <td class="parameter_annotations"> </td>
291
382
  </tr>
292
383
  <tr>
293
- <td><p><span class="term"><em class="parameter"><code>relationship</code></em> :</span></p></td>
294
- <td>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a>
295
- </td>
384
+ <td class="parameter_name"><p>relationship</p></td>
385
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></p></td>
386
+ <td class="parameter_annotations"> </td>
296
387
  </tr>
297
388
  <tr>
298
- <td><p><span class="term"><em class="parameter"><code>target</code></em> :</span></p></td>
299
- <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
300
- </td>
389
+ <td class="parameter_name"><p>target</p></td>
390
+ <td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
391
+ <td class="parameter_annotations"> </td>
301
392
  </tr>
302
393
  </tbody>
303
394
  </table></div>
395
+ </div>
304
396
  <p class="since">Since 1.9</p>
305
397
  </div>
306
398
  </div>
399
+ <div class="refsect1">
400
+ <a name="AtkRelationSet.other_details"></a><h2>Types and Values</h2>
401
+ <div class="refsect2">
402
+ <a name="AtkRelationSet-struct"></a><h3>AtkRelationSet</h3>
403
+ <pre class="programlisting">typedef struct _AtkRelationSet AtkRelationSet;</pre>
404
+ <p>
405
+ </p>
406
+ </div>
407
+ </div>
307
408
  </div>
308
409
  <div class="footer">
309
410
  <hr>
310
- Generated by GTK-Doc V1.19.1</div>
411
+ Generated by GTK-Doc V1.21.1</div>
311
412
  </body>
312
413
  </html>