atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/lib/2.0/atk.so +0 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
- data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
- data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
- data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
- data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
- data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
- data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
- data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
- data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
- data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
- data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
- data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
- data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
- data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
- data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
- data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
- data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
- data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
- data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
- data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
- data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
- data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
- data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
- data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
- data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
- data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
- data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
- data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
- data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
- data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
- data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
- data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/lib/libatk-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/atk.pc +1 -1
- data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
- data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
- data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
- data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
- data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
- data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
- data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
- data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
- data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
- data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
- data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
- data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
- data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
- data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
- data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
- data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
- data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
- data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
- data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
- data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
- data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
- data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
- data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
- data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
- data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
- data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
- data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
- data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
- data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
- data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
- data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
- data/vendor/local/share/license/atk/AUTHORS +18 -5
- data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
- metadata +27 -19
- data/lib/1.9/atk.so +0 -0
- data/lib/2.1/atk.so +0 -0
- data/vendor/local/lib/atk-1.0.def +0 -248
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,29 +2,26 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>AtkRelation</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkRelation</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="
|
9
|
-
<link rel="prev" href="
|
8
|
+
<link rel="up" href="data.html" title="Basic accessible data types">
|
9
|
+
<link rel="prev" href="atk-AtkRange.html" title="AtkRange">
|
10
10
|
<link rel="next" href="AtkRelationSet.html" title="AtkRelationSet">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#AtkRelation.
|
20
|
-
|
21
|
-
<a href="#AtkRelation.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
22
|
-
|
|
23
|
-
<a href="#AtkRelation.properties" class="shortcut">Properties</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="#AtkRelation.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkRelation.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
|
+
<a href="#AtkRelation.properties" class="shortcut">Properties</a></span>
|
24
21
|
</td>
|
25
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
26
|
-
<td><a accesskey="u" href="
|
27
|
-
<td><a accesskey="p" href="
|
23
|
+
<td><a accesskey="u" href="data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="atk-AtkRange.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
28
25
|
<td><a accesskey="n" href="AtkRelationSet.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
29
26
|
</tr></table>
|
30
27
|
<div class="refentry">
|
@@ -35,407 +32,628 @@
|
|
35
32
|
<p>AtkRelation — An object used to describe a relation between a
|
36
33
|
object and one or more other objects.</p>
|
37
34
|
</td>
|
38
|
-
<td valign="top" align="right"></td>
|
35
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
39
36
|
</tr></table></div>
|
40
|
-
<div class="refsynopsisdiv">
|
41
|
-
<a name="AtkRelation.synopsis"></a><h2>Synopsis</h2>
|
42
|
-
<pre class="synopsis">struct <a class="link" href="AtkRelation.html#AtkRelation-struct" title="struct AtkRelation">AtkRelation</a>;
|
43
|
-
enum <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType">AtkRelationType</a>;
|
44
|
-
<a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> <a class="link" href="AtkRelation.html#atk-relation-type-register" title="atk_relation_type_register ()">atk_relation_type_register</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
45
|
-
const <span class="returnvalue">gchar</span> * <a class="link" href="AtkRelation.html#atk-relation-type-get-name" title="atk_relation_type_get_name ()">atk_relation_type_get_name</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> type</code></em>);
|
46
|
-
<a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> <a class="link" href="AtkRelation.html#atk-relation-type-for-name" title="atk_relation_type_for_name ()">atk_relation_type_for_name</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
47
|
-
<a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * <a class="link" href="AtkRelation.html#atk-relation-new" title="atk_relation_new ()">atk_relation_new</a> (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> **targets</code></em>,
|
48
|
-
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
|
49
|
-
<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);
|
50
|
-
<a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> <a class="link" href="AtkRelation.html#atk-relation-get-relation-type" title="atk_relation_get_relation_type ()">atk_relation_get_relation_type</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);
|
51
|
-
<span class="returnvalue">GPtrArray</span> * <a class="link" href="AtkRelation.html#atk-relation-get-target" title="atk_relation_get_target ()">atk_relation_get_target</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);
|
52
|
-
<span class="returnvalue">void</span> <a class="link" href="AtkRelation.html#atk-relation-add-target" title="atk_relation_add_target ()">atk_relation_add_target</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
|
53
|
-
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);
|
54
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="AtkRelation.html#atk-relation-remove-target" title="atk_relation_remove_target ()">atk_relation_remove_target</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
|
55
|
-
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);
|
56
|
-
</pre>
|
57
|
-
</div>
|
58
|
-
<div class="refsect1">
|
59
|
-
<a name="AtkRelation.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
60
|
-
<pre class="synopsis">
|
61
|
-
GObject
|
62
|
-
+----AtkRelation
|
63
|
-
</pre>
|
64
|
-
</div>
|
65
37
|
<div class="refsect1">
|
66
|
-
<a name="AtkRelation.
|
67
|
-
<
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
</
|
72
|
-
<div class="refsect1">
|
73
|
-
<a name="AtkRelation.description"></a><h2>Description</h2>
|
74
|
-
<p>
|
75
|
-
An AtkRelation describes a relation between an object and one or
|
76
|
-
more other objects. The actual relations that an object has with
|
77
|
-
other objects are defined as an AtkRelationSet, which is a set of
|
78
|
-
AtkRelations.
|
79
|
-
</p>
|
80
|
-
</div>
|
81
|
-
<div class="refsect1">
|
82
|
-
<a name="AtkRelation.details"></a><h2>Details</h2>
|
83
|
-
<div class="refsect2">
|
84
|
-
<a name="AtkRelation-struct"></a><h3>struct AtkRelation</h3>
|
85
|
-
<pre class="programlisting">struct AtkRelation;</pre>
|
86
|
-
<p>
|
87
|
-
</p>
|
88
|
-
</div>
|
89
|
-
<hr>
|
90
|
-
<div class="refsect2">
|
91
|
-
<a name="AtkRelationType"></a><h3>enum AtkRelationType</h3>
|
92
|
-
<pre class="programlisting">typedef enum {
|
93
|
-
ATK_RELATION_NULL = 0,
|
94
|
-
ATK_RELATION_CONTROLLED_BY,
|
95
|
-
ATK_RELATION_CONTROLLER_FOR,
|
96
|
-
ATK_RELATION_LABEL_FOR,
|
97
|
-
ATK_RELATION_LABELLED_BY,
|
98
|
-
ATK_RELATION_MEMBER_OF,
|
99
|
-
ATK_RELATION_NODE_CHILD_OF,
|
100
|
-
ATK_RELATION_FLOWS_TO,
|
101
|
-
ATK_RELATION_FLOWS_FROM,
|
102
|
-
ATK_RELATION_SUBWINDOW_OF,
|
103
|
-
ATK_RELATION_EMBEDS,
|
104
|
-
ATK_RELATION_EMBEDDED_BY,
|
105
|
-
ATK_RELATION_POPUP_FOR,
|
106
|
-
ATK_RELATION_PARENT_WINDOW_OF,
|
107
|
-
ATK_RELATION_DESCRIBED_BY,
|
108
|
-
ATK_RELATION_DESCRIPTION_FOR,
|
109
|
-
ATK_RELATION_NODE_PARENT_OF,
|
110
|
-
ATK_RELATION_LAST_DEFINED
|
111
|
-
} AtkRelationType;
|
112
|
-
</pre>
|
113
|
-
<p>
|
114
|
-
Describes the type of the relation
|
115
|
-
</p>
|
116
|
-
<div class="variablelist"><table border="0">
|
117
|
-
<col align="left" valign="top">
|
38
|
+
<a name="AtkRelation.functions"></a><h2>Functions</h2>
|
39
|
+
<div class="informaltable"><table width="100%" border="0">
|
40
|
+
<colgroup>
|
41
|
+
<col width="150px" class="functions_return">
|
42
|
+
<col class="functions_name">
|
43
|
+
</colgroup>
|
118
44
|
<tbody>
|
119
45
|
<tr>
|
120
|
-
<td
|
121
|
-
<
|
46
|
+
<td class="function_type">
|
47
|
+
<a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
|
122
48
|
</td>
|
123
|
-
|
124
|
-
<
|
125
|
-
<td><p><a name="ATK-RELATION-CONTROLLED-BY:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_CONTROLLED_BY</code></span></p></td>
|
126
|
-
<td>Indicates an object controlled by one or more target objects.
|
49
|
+
<td class="function_name">
|
50
|
+
<a class="link" href="AtkRelation.html#atk-relation-type-register" title="atk_relation_type_register ()">atk_relation_type_register</a> <span class="c_punctuation">()</span>
|
127
51
|
</td>
|
128
52
|
</tr>
|
129
53
|
<tr>
|
130
|
-
<td
|
131
|
-
<td>Indicates an object is an controller for one or more target objects.
|
54
|
+
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
132
55
|
</td>
|
133
|
-
|
134
|
-
<
|
135
|
-
<td><p><a name="ATK-RELATION-LABEL-FOR:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_LABEL_FOR</code></span></p></td>
|
136
|
-
<td>Indicates an object is a label for one or more target objects.
|
56
|
+
<td class="function_name">
|
57
|
+
<a class="link" href="AtkRelation.html#atk-relation-type-get-name" title="atk_relation_type_get_name ()">atk_relation_type_get_name</a> <span class="c_punctuation">()</span>
|
137
58
|
</td>
|
138
59
|
</tr>
|
139
60
|
<tr>
|
140
|
-
<td
|
141
|
-
<
|
61
|
+
<td class="function_type">
|
62
|
+
<a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
|
63
|
+
</td>
|
64
|
+
<td class="function_name">
|
65
|
+
<a class="link" href="AtkRelation.html#atk-relation-type-for-name" title="atk_relation_type_for_name ()">atk_relation_type_for_name</a> <span class="c_punctuation">()</span>
|
142
66
|
</td>
|
143
67
|
</tr>
|
144
68
|
<tr>
|
145
|
-
<td
|
146
|
-
<
|
69
|
+
<td class="function_type">
|
70
|
+
<a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> *
|
71
|
+
</td>
|
72
|
+
<td class="function_name">
|
73
|
+
<a class="link" href="AtkRelation.html#atk-relation-new" title="atk_relation_new ()">atk_relation_new</a> <span class="c_punctuation">()</span>
|
147
74
|
</td>
|
148
75
|
</tr>
|
149
76
|
<tr>
|
150
|
-
<td
|
151
|
-
<
|
77
|
+
<td class="function_type">
|
78
|
+
<a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
|
79
|
+
</td>
|
80
|
+
<td class="function_name">
|
81
|
+
<a class="link" href="AtkRelation.html#atk-relation-get-relation-type" title="atk_relation_get_relation_type ()">atk_relation_get_relation_type</a> <span class="c_punctuation">()</span>
|
152
82
|
</td>
|
153
83
|
</tr>
|
154
84
|
<tr>
|
155
|
-
<td
|
156
|
-
<
|
157
|
-
|
85
|
+
<td class="function_type">
|
86
|
+
<span class="returnvalue">GPtrArray</span> *
|
87
|
+
</td>
|
88
|
+
<td class="function_name">
|
89
|
+
<a class="link" href="AtkRelation.html#atk-relation-get-target" title="atk_relation_get_target ()">atk_relation_get_target</a> <span class="c_punctuation">()</span>
|
158
90
|
</td>
|
159
91
|
</tr>
|
160
92
|
<tr>
|
161
|
-
<td
|
162
|
-
<
|
163
|
-
|
93
|
+
<td class="function_type">
|
94
|
+
<span class="returnvalue">void</span>
|
95
|
+
</td>
|
96
|
+
<td class="function_name">
|
97
|
+
<a class="link" href="AtkRelation.html#atk-relation-add-target" title="atk_relation_add_target ()">atk_relation_add_target</a> <span class="c_punctuation">()</span>
|
164
98
|
</td>
|
165
99
|
</tr>
|
166
100
|
<tr>
|
167
|
-
<td
|
168
|
-
<
|
101
|
+
<td class="function_type">
|
102
|
+
<span class="returnvalue">gboolean</span>
|
103
|
+
</td>
|
104
|
+
<td class="function_name">
|
105
|
+
<a class="link" href="AtkRelation.html#atk-relation-remove-target" title="atk_relation_remove_target ()">atk_relation_remove_target</a> <span class="c_punctuation">()</span>
|
169
106
|
</td>
|
170
107
|
</tr>
|
171
108
|
<tr>
|
172
|
-
<td
|
173
|
-
<
|
174
|
-
|
175
|
-
|
109
|
+
<td class="function_type">
|
110
|
+
<span class="returnvalue">gboolean</span>
|
111
|
+
</td>
|
112
|
+
<td class="function_name">
|
113
|
+
<a class="link" href="AtkRelation.html#atk-relation-set-contains-target" title="atk_relation_set_contains_target ()">atk_relation_set_contains_target</a> <span class="c_punctuation">()</span>
|
176
114
|
</td>
|
177
115
|
</tr>
|
116
|
+
</tbody>
|
117
|
+
</table></div>
|
118
|
+
</div>
|
119
|
+
<div class="refsect1">
|
120
|
+
<a name="AtkRelation.properties"></a><h2>Properties</h2>
|
121
|
+
<div class="informaltable"><table border="0">
|
122
|
+
<colgroup>
|
123
|
+
<col width="150px" class="properties_type">
|
124
|
+
<col width="300px" class="properties_name">
|
125
|
+
<col width="200px" class="properties_flags">
|
126
|
+
</colgroup>
|
127
|
+
<tbody>
|
178
128
|
<tr>
|
179
|
-
<td
|
180
|
-
<td
|
181
|
-
|
182
|
-
</td>
|
129
|
+
<td class="property_type"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></td>
|
130
|
+
<td class="property_name"><a class="link" href="AtkRelation.html#AtkRelation--relation-type" title="The “relation-type” property">relation-type</a></td>
|
131
|
+
<td class="property_flags">Read / Write</td>
|
183
132
|
</tr>
|
184
133
|
<tr>
|
185
|
-
<td
|
186
|
-
<td>
|
187
|
-
</td>
|
134
|
+
<td class="property_type">
|
135
|
+
<span class="type">GValueArray</span> *</td>
|
136
|
+
<td class="property_name"><a class="link" href="AtkRelation.html#AtkRelation--target" title="The “target” property">target</a></td>
|
137
|
+
<td class="property_flags">Read / Write</td>
|
188
138
|
</tr>
|
139
|
+
</tbody>
|
140
|
+
</table></div>
|
141
|
+
</div>
|
142
|
+
<div class="refsect1">
|
143
|
+
<a name="AtkRelation.other"></a><h2>Types and Values</h2>
|
144
|
+
<div class="informaltable"><table width="100%" border="0">
|
145
|
+
<colgroup>
|
146
|
+
<col width="150px" class="name">
|
147
|
+
<col class="description">
|
148
|
+
</colgroup>
|
149
|
+
<tbody>
|
189
150
|
<tr>
|
190
|
-
<td
|
191
|
-
<td
|
192
|
-
</td>
|
151
|
+
<td class="datatype_keyword">struct</td>
|
152
|
+
<td class="function_name"><a class="link" href="AtkRelation.html#AtkRelation-struct" title="struct AtkRelation">AtkRelation</a></td>
|
193
153
|
</tr>
|
194
154
|
<tr>
|
195
|
-
<td
|
196
|
-
<td
|
197
|
-
</td>
|
155
|
+
<td class="datatype_keyword">enum</td>
|
156
|
+
<td class="function_name"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType">AtkRelationType</a></td>
|
198
157
|
</tr>
|
158
|
+
</tbody>
|
159
|
+
</table></div>
|
160
|
+
</div>
|
161
|
+
<div class="refsect1">
|
162
|
+
<a name="AtkRelation.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
163
|
+
<pre class="screen"> GObject
|
164
|
+
<span class="lineart">╰──</span> AtkRelation
|
165
|
+
</pre>
|
166
|
+
</div>
|
167
|
+
<div class="refsect1">
|
168
|
+
<a name="AtkRelation.description"></a><h2>Description</h2>
|
169
|
+
<p>An AtkRelation describes a relation between an object and one or
|
170
|
+
more other objects. The actual relations that an object has with
|
171
|
+
other objects are defined as an AtkRelationSet, which is a set of
|
172
|
+
AtkRelations.</p>
|
173
|
+
</div>
|
174
|
+
<div class="refsect1">
|
175
|
+
<a name="AtkRelation.functions_details"></a><h2>Functions</h2>
|
176
|
+
<div class="refsect2">
|
177
|
+
<a name="atk-relation-type-register"></a><h3>atk_relation_type_register ()</h3>
|
178
|
+
<pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
|
179
|
+
atk_relation_type_register (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
180
|
+
<p>Associate <em class="parameter"><code>name</code></em>
|
181
|
+
with a new <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></p>
|
182
|
+
<div class="refsect3">
|
183
|
+
<a name="id-1.6.3.8.2.5"></a><h4>Parameters</h4>
|
184
|
+
<div class="informaltable"><table width="100%" border="0">
|
185
|
+
<colgroup>
|
186
|
+
<col width="150px" class="parameters_name">
|
187
|
+
<col class="parameters_description">
|
188
|
+
<col width="200px" class="parameters_annotations">
|
189
|
+
</colgroup>
|
190
|
+
<tbody><tr>
|
191
|
+
<td class="parameter_name"><p>name</p></td>
|
192
|
+
<td class="parameter_description"><p>a name string</p></td>
|
193
|
+
<td class="parameter_annotations"> </td>
|
194
|
+
</tr></tbody>
|
195
|
+
</table></div>
|
196
|
+
</div>
|
197
|
+
<div class="refsect3">
|
198
|
+
<a name="id-1.6.3.8.2.6"></a><h4>Returns</h4>
|
199
|
+
<p> an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> associated with <em class="parameter"><code>name</code></em>
|
200
|
+
</p>
|
201
|
+
<p></p>
|
202
|
+
</div>
|
203
|
+
</div>
|
204
|
+
<hr>
|
205
|
+
<div class="refsect2">
|
206
|
+
<a name="atk-relation-type-get-name"></a><h3>atk_relation_type_get_name ()</h3>
|
207
|
+
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
208
|
+
atk_relation_type_get_name (<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> type</code></em>);</pre>
|
209
|
+
<p>Gets the description string describing the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> <em class="parameter"><code>type</code></em>
|
210
|
+
.</p>
|
211
|
+
<div class="refsect3">
|
212
|
+
<a name="id-1.6.3.8.3.5"></a><h4>Parameters</h4>
|
213
|
+
<div class="informaltable"><table width="100%" border="0">
|
214
|
+
<colgroup>
|
215
|
+
<col width="150px" class="parameters_name">
|
216
|
+
<col class="parameters_description">
|
217
|
+
<col width="200px" class="parameters_annotations">
|
218
|
+
</colgroup>
|
219
|
+
<tbody><tr>
|
220
|
+
<td class="parameter_name"><p>type</p></td>
|
221
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> whose name is required</p></td>
|
222
|
+
<td class="parameter_annotations"> </td>
|
223
|
+
</tr></tbody>
|
224
|
+
</table></div>
|
225
|
+
</div>
|
226
|
+
<div class="refsect3">
|
227
|
+
<a name="id-1.6.3.8.3.6"></a><h4>Returns</h4>
|
228
|
+
<p> the string describing the AtkRelationType</p>
|
229
|
+
<p></p>
|
230
|
+
</div>
|
231
|
+
</div>
|
232
|
+
<hr>
|
233
|
+
<div class="refsect2">
|
234
|
+
<a name="atk-relation-type-for-name"></a><h3>atk_relation_type_for_name ()</h3>
|
235
|
+
<pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
|
236
|
+
atk_relation_type_for_name (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
237
|
+
<p>Get the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> type corresponding to a relation name.</p>
|
238
|
+
<div class="refsect3">
|
239
|
+
<a name="id-1.6.3.8.4.5"></a><h4>Parameters</h4>
|
240
|
+
<div class="informaltable"><table width="100%" border="0">
|
241
|
+
<colgroup>
|
242
|
+
<col width="150px" class="parameters_name">
|
243
|
+
<col class="parameters_description">
|
244
|
+
<col width="200px" class="parameters_annotations">
|
245
|
+
</colgroup>
|
246
|
+
<tbody><tr>
|
247
|
+
<td class="parameter_name"><p>name</p></td>
|
248
|
+
<td class="parameter_description"><p>a string which is the (non-localized) name of an ATK relation type.</p></td>
|
249
|
+
<td class="parameter_annotations"> </td>
|
250
|
+
</tr></tbody>
|
251
|
+
</table></div>
|
252
|
+
</div>
|
253
|
+
<div class="refsect3">
|
254
|
+
<a name="id-1.6.3.8.4.6"></a><h4>Returns</h4>
|
255
|
+
<p> the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> enumerated type corresponding to the specified name,
|
256
|
+
or <a class="link" href="AtkRelation.html#ATK-RELATION-NULL:CAPS"><span class="type">ATK_RELATION_NULL</span></a> if no matching relation type is found.</p>
|
257
|
+
<p></p>
|
258
|
+
</div>
|
259
|
+
</div>
|
260
|
+
<hr>
|
261
|
+
<div class="refsect2">
|
262
|
+
<a name="atk-relation-new"></a><h3>atk_relation_new ()</h3>
|
263
|
+
<pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> *
|
264
|
+
atk_relation_new (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> **targets</code></em>,
|
265
|
+
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
|
266
|
+
<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
|
267
|
+
<p>Create a new relation for the specified key and the specified list
|
268
|
+
of targets. See also <a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()"><code class="function">atk_object_add_relationship()</code></a>.</p>
|
269
|
+
<div class="refsect3">
|
270
|
+
<a name="id-1.6.3.8.5.5"></a><h4>Parameters</h4>
|
271
|
+
<div class="informaltable"><table width="100%" border="0">
|
272
|
+
<colgroup>
|
273
|
+
<col width="150px" class="parameters_name">
|
274
|
+
<col class="parameters_description">
|
275
|
+
<col width="200px" class="parameters_annotations">
|
276
|
+
</colgroup>
|
277
|
+
<tbody>
|
199
278
|
<tr>
|
200
|
-
<td
|
201
|
-
<td>
|
202
|
-
</td>
|
279
|
+
<td class="parameter_name"><p>targets</p></td>
|
280
|
+
<td class="parameter_description"><p> an array of pointers to
|
281
|
+
<a href="AtkObject.html"><span class="type">AtkObjects</span></a>. </p></td>
|
282
|
+
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_targets]</span></td>
|
203
283
|
</tr>
|
204
284
|
<tr>
|
205
|
-
<td
|
206
|
-
<td>
|
207
|
-
</td>
|
285
|
+
<td class="parameter_name"><p>n_targets</p></td>
|
286
|
+
<td class="parameter_description"><p>number of <a href="AtkObject.html"><span class="type">AtkObjects</span></a> pointed to by <em class="parameter"><code>targets</code></em>
|
287
|
+
</p></td>
|
288
|
+
<td class="parameter_annotations"> </td>
|
208
289
|
</tr>
|
209
290
|
<tr>
|
210
|
-
<td
|
211
|
-
<td>
|
212
|
-
</td>
|
291
|
+
<td class="parameter_name"><p>relationship</p></td>
|
292
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> with which to create the new
|
293
|
+
<a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
|
294
|
+
<td class="parameter_annotations"> </td>
|
213
295
|
</tr>
|
214
296
|
</tbody>
|
215
297
|
</table></div>
|
216
298
|
</div>
|
299
|
+
<div class="refsect3">
|
300
|
+
<a name="id-1.6.3.8.5.6"></a><h4>Returns</h4>
|
301
|
+
<p> a pointer to a new <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p>
|
302
|
+
<p></p>
|
303
|
+
</div>
|
304
|
+
</div>
|
217
305
|
<hr>
|
218
306
|
<div class="refsect2">
|
219
|
-
<a name="atk-relation-type
|
220
|
-
<pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
|
221
|
-
<
|
222
|
-
|
307
|
+
<a name="atk-relation-get-relation-type"></a><h3>atk_relation_get_relation_type ()</h3>
|
308
|
+
<pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
|
309
|
+
atk_relation_get_relation_type (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
|
310
|
+
<p>Gets the type of <em class="parameter"><code>relation</code></em>
|
311
|
+
</p>
|
312
|
+
<div class="refsect3">
|
313
|
+
<a name="id-1.6.3.8.6.5"></a><h4>Parameters</h4>
|
314
|
+
<div class="informaltable"><table width="100%" border="0">
|
315
|
+
<colgroup>
|
316
|
+
<col width="150px" class="parameters_name">
|
317
|
+
<col class="parameters_description">
|
318
|
+
<col width="200px" class="parameters_annotations">
|
319
|
+
</colgroup>
|
320
|
+
<tbody><tr>
|
321
|
+
<td class="parameter_name"><p>relation</p></td>
|
322
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> </p></td>
|
323
|
+
<td class="parameter_annotations"> </td>
|
324
|
+
</tr></tbody>
|
325
|
+
</table></div>
|
326
|
+
</div>
|
327
|
+
<div class="refsect3">
|
328
|
+
<a name="id-1.6.3.8.6.6"></a><h4>Returns</h4>
|
329
|
+
<p> the type of <em class="parameter"><code>relation</code></em>
|
330
|
+
</p>
|
331
|
+
<p></p>
|
332
|
+
</div>
|
333
|
+
</div>
|
334
|
+
<hr>
|
335
|
+
<div class="refsect2">
|
336
|
+
<a name="atk-relation-get-target"></a><h3>atk_relation_get_target ()</h3>
|
337
|
+
<pre class="programlisting"><span class="returnvalue">GPtrArray</span> *
|
338
|
+
atk_relation_get_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
|
339
|
+
<p>Gets the target list of <em class="parameter"><code>relation</code></em>
|
223
340
|
</p>
|
224
|
-
<div class="
|
225
|
-
<
|
341
|
+
<div class="refsect3">
|
342
|
+
<a name="id-1.6.3.8.7.5"></a><h4>Parameters</h4>
|
343
|
+
<div class="informaltable"><table width="100%" border="0">
|
344
|
+
<colgroup>
|
345
|
+
<col width="150px" class="parameters_name">
|
346
|
+
<col class="parameters_description">
|
347
|
+
<col width="200px" class="parameters_annotations">
|
348
|
+
</colgroup>
|
349
|
+
<tbody><tr>
|
350
|
+
<td class="parameter_name"><p>relation</p></td>
|
351
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
|
352
|
+
<td class="parameter_annotations"> </td>
|
353
|
+
</tr></tbody>
|
354
|
+
</table></div>
|
355
|
+
</div>
|
356
|
+
<div class="refsect3">
|
357
|
+
<a name="id-1.6.3.8.7.6"></a><h4>Returns</h4>
|
358
|
+
<p> the target list of <em class="parameter"><code>relation</code></em>
|
359
|
+
. </p>
|
360
|
+
<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>
|
361
|
+
</div>
|
362
|
+
</div>
|
363
|
+
<hr>
|
364
|
+
<div class="refsect2">
|
365
|
+
<a name="atk-relation-add-target"></a><h3>atk_relation_add_target ()</h3>
|
366
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
367
|
+
atk_relation_add_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
|
368
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
|
369
|
+
<p>Adds the specified AtkObject to the target for the relation, if it is
|
370
|
+
not already present. See also <a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()"><code class="function">atk_object_add_relationship()</code></a>.</p>
|
371
|
+
<div class="refsect3">
|
372
|
+
<a name="id-1.6.3.8.8.5"></a><h4>Parameters</h4>
|
373
|
+
<div class="informaltable"><table width="100%" border="0">
|
374
|
+
<colgroup>
|
375
|
+
<col width="150px" class="parameters_name">
|
376
|
+
<col class="parameters_description">
|
377
|
+
<col width="200px" class="parameters_annotations">
|
378
|
+
</colgroup>
|
226
379
|
<tbody>
|
227
380
|
<tr>
|
228
|
-
<td
|
229
|
-
<td>a
|
381
|
+
<td class="parameter_name"><p>relation</p></td>
|
382
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
|
383
|
+
<td class="parameter_annotations"> </td>
|
230
384
|
</tr>
|
231
385
|
<tr>
|
232
|
-
<td
|
233
|
-
<td>an <a class="link" href="
|
234
|
-
</td>
|
386
|
+
<td class="parameter_name"><p>target</p></td>
|
387
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
388
|
+
<td class="parameter_annotations"> </td>
|
235
389
|
</tr>
|
236
390
|
</tbody>
|
237
391
|
</table></div>
|
238
392
|
</div>
|
393
|
+
<p class="since">Since 1.9</p>
|
394
|
+
</div>
|
239
395
|
<hr>
|
240
396
|
<div class="refsect2">
|
241
|
-
<a name="atk-relation-
|
242
|
-
<pre class="programlisting"
|
243
|
-
<
|
244
|
-
|
245
|
-
|
246
|
-
<div class="
|
247
|
-
<
|
397
|
+
<a name="atk-relation-remove-target"></a><h3>atk_relation_remove_target ()</h3>
|
398
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
399
|
+
atk_relation_remove_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
|
400
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
|
401
|
+
<p>Remove the specified AtkObject from the target for the relation.</p>
|
402
|
+
<div class="refsect3">
|
403
|
+
<a name="id-1.6.3.8.9.5"></a><h4>Parameters</h4>
|
404
|
+
<div class="informaltable"><table width="100%" border="0">
|
405
|
+
<colgroup>
|
406
|
+
<col width="150px" class="parameters_name">
|
407
|
+
<col class="parameters_description">
|
408
|
+
<col width="200px" class="parameters_annotations">
|
409
|
+
</colgroup>
|
248
410
|
<tbody>
|
249
411
|
<tr>
|
250
|
-
<td
|
251
|
-
<td>
|
412
|
+
<td class="parameter_name"><p>relation</p></td>
|
413
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
|
414
|
+
<td class="parameter_annotations"> </td>
|
252
415
|
</tr>
|
253
416
|
<tr>
|
254
|
-
<td
|
255
|
-
<td>
|
417
|
+
<td class="parameter_name"><p>target</p></td>
|
418
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
419
|
+
<td class="parameter_annotations"> </td>
|
256
420
|
</tr>
|
257
421
|
</tbody>
|
258
422
|
</table></div>
|
259
423
|
</div>
|
424
|
+
<div class="refsect3">
|
425
|
+
<a name="id-1.6.3.8.9.6"></a><h4>Returns</h4>
|
426
|
+
<p> TRUE if the removal is successful.</p>
|
427
|
+
<p></p>
|
428
|
+
</div>
|
429
|
+
</div>
|
260
430
|
<hr>
|
261
431
|
<div class="refsect2">
|
262
|
-
<a name="atk-relation-
|
263
|
-
<pre class="programlisting"><
|
264
|
-
<
|
265
|
-
|
266
|
-
</
|
267
|
-
<
|
268
|
-
<
|
432
|
+
<a name="atk-relation-set-contains-target"></a><h3>atk_relation_set_contains_target ()</h3>
|
433
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
434
|
+
atk_relation_set_contains_target (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
|
435
|
+
<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
|
436
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
|
437
|
+
<p>Determines whether the relation set contains a relation that
|
438
|
+
matches the specified pair formed by type <em class="parameter"><code>relationship</code></em>
|
439
|
+
and object
|
440
|
+
<em class="parameter"><code>target</code></em>
|
441
|
+
.</p>
|
442
|
+
<div class="refsect3">
|
443
|
+
<a name="id-1.6.3.8.10.5"></a><h4>Parameters</h4>
|
444
|
+
<div class="informaltable"><table width="100%" border="0">
|
445
|
+
<colgroup>
|
446
|
+
<col width="150px" class="parameters_name">
|
447
|
+
<col class="parameters_description">
|
448
|
+
<col width="200px" class="parameters_annotations">
|
449
|
+
</colgroup>
|
269
450
|
<tbody>
|
270
451
|
<tr>
|
271
|
-
<td
|
272
|
-
<td>a
|
452
|
+
<td class="parameter_name"><p>set</p></td>
|
453
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
|
454
|
+
<td class="parameter_annotations"> </td>
|
455
|
+
</tr>
|
456
|
+
<tr>
|
457
|
+
<td class="parameter_name"><p>relationship</p></td>
|
458
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></p></td>
|
459
|
+
<td class="parameter_annotations"> </td>
|
273
460
|
</tr>
|
274
461
|
<tr>
|
275
|
-
<td
|
276
|
-
<td>
|
277
|
-
|
462
|
+
<td class="parameter_name"><p>target</p></td>
|
463
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
464
|
+
<td class="parameter_annotations"> </td>
|
278
465
|
</tr>
|
279
466
|
</tbody>
|
280
467
|
</table></div>
|
281
468
|
</div>
|
282
|
-
<
|
469
|
+
<div class="refsect3">
|
470
|
+
<a name="id-1.6.3.8.10.6"></a><h4>Returns</h4>
|
471
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>set</code></em>
|
472
|
+
contains a relation with the relationship
|
473
|
+
type <em class="parameter"><code>relationship</code></em>
|
474
|
+
with an object <em class="parameter"><code>target</code></em>
|
475
|
+
, <code class="literal">FALSE</code> otherwise</p>
|
476
|
+
<p></p>
|
477
|
+
</div>
|
478
|
+
</div>
|
479
|
+
</div>
|
480
|
+
<div class="refsect1">
|
481
|
+
<a name="AtkRelation.other_details"></a><h2>Types and Values</h2>
|
283
482
|
<div class="refsect2">
|
284
|
-
<a name="
|
285
|
-
<pre class="programlisting"
|
286
|
-
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
|
287
|
-
<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
|
483
|
+
<a name="AtkRelation-struct"></a><h3>struct AtkRelation</h3>
|
484
|
+
<pre class="programlisting">struct AtkRelation;</pre>
|
288
485
|
<p>
|
289
|
-
Create a new relation for the specified key and the specified list
|
290
|
-
of targets. See also <a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()"><code class="function">atk_object_add_relationship()</code></a>.
|
291
486
|
</p>
|
292
|
-
|
293
|
-
<
|
487
|
+
</div>
|
488
|
+
<hr>
|
489
|
+
<div class="refsect2">
|
490
|
+
<a name="AtkRelationType"></a><h3>enum AtkRelationType</h3>
|
491
|
+
<p>Describes the type of the relation</p>
|
492
|
+
<div class="refsect3">
|
493
|
+
<a name="id-1.6.3.9.3.4"></a><h4>Members</h4>
|
494
|
+
<div class="informaltable"><table width="100%" border="0">
|
495
|
+
<colgroup>
|
496
|
+
<col width="300px" class="enum_members_name">
|
497
|
+
<col class="enum_members_description">
|
498
|
+
<col width="200px" class="enum_members_annotations">
|
499
|
+
</colgroup>
|
294
500
|
<tbody>
|
295
501
|
<tr>
|
296
|
-
<td
|
297
|
-
<td>
|
298
|
-
<
|
502
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-NULL:CAPS"></a>ATK_RELATION_NULL</p></td>
|
503
|
+
<td class="enum_member_description">
|
504
|
+
<p>Not used, represens "no relationship" or an error condition.</p>
|
299
505
|
</td>
|
506
|
+
<td class="enum_member_annotations"> </td>
|
300
507
|
</tr>
|
301
508
|
<tr>
|
302
|
-
<td
|
303
|
-
<td
|
509
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-CONTROLLED-BY:CAPS"></a>ATK_RELATION_CONTROLLED_BY</p></td>
|
510
|
+
<td class="enum_member_description">
|
511
|
+
<p>Indicates an object controlled by one or more target objects.</p>
|
304
512
|
</td>
|
513
|
+
<td class="enum_member_annotations"> </td>
|
305
514
|
</tr>
|
306
515
|
<tr>
|
307
|
-
<td
|
308
|
-
<td
|
309
|
-
<
|
516
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-CONTROLLER-FOR:CAPS"></a>ATK_RELATION_CONTROLLER_FOR</p></td>
|
517
|
+
<td class="enum_member_description">
|
518
|
+
<p>Indicates an object is an controller for one or more target objects.</p>
|
310
519
|
</td>
|
520
|
+
<td class="enum_member_annotations"> </td>
|
311
521
|
</tr>
|
312
522
|
<tr>
|
313
|
-
<td
|
314
|
-
<td
|
523
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-LABEL-FOR:CAPS"></a>ATK_RELATION_LABEL_FOR</p></td>
|
524
|
+
<td class="enum_member_description">
|
525
|
+
<p>Indicates an object is a label for one or more target objects.</p>
|
315
526
|
</td>
|
527
|
+
<td class="enum_member_annotations"> </td>
|
316
528
|
</tr>
|
317
|
-
</tbody>
|
318
|
-
</table></div>
|
319
|
-
</div>
|
320
|
-
<hr>
|
321
|
-
<div class="refsect2">
|
322
|
-
<a name="atk-relation-get-relation-type"></a><h3>atk_relation_get_relation_type ()</h3>
|
323
|
-
<pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> atk_relation_get_relation_type (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
|
324
|
-
<p>
|
325
|
-
Gets the type of <em class="parameter"><code>relation</code></em>
|
326
|
-
</p>
|
327
|
-
<div class="variablelist"><table border="0">
|
328
|
-
<col align="left" valign="top">
|
329
|
-
<tbody>
|
330
529
|
<tr>
|
331
|
-
<td
|
332
|
-
<td
|
530
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-LABELLED-BY:CAPS"></a>ATK_RELATION_LABELLED_BY</p></td>
|
531
|
+
<td class="enum_member_description">
|
532
|
+
<p>Indicates an object is labelled by one or more target objects.</p>
|
333
533
|
</td>
|
534
|
+
<td class="enum_member_annotations"> </td>
|
334
535
|
</tr>
|
335
536
|
<tr>
|
336
|
-
<td
|
337
|
-
<td
|
537
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-MEMBER-OF:CAPS"></a>ATK_RELATION_MEMBER_OF</p></td>
|
538
|
+
<td class="enum_member_description">
|
539
|
+
<p>Indicates an object is a member of a group of one or more target objects.</p>
|
338
540
|
</td>
|
541
|
+
<td class="enum_member_annotations"> </td>
|
339
542
|
</tr>
|
340
|
-
</tbody>
|
341
|
-
</table></div>
|
342
|
-
</div>
|
343
|
-
<hr>
|
344
|
-
<div class="refsect2">
|
345
|
-
<a name="atk-relation-get-target"></a><h3>atk_relation_get_target ()</h3>
|
346
|
-
<pre class="programlisting"><span class="returnvalue">GPtrArray</span> * atk_relation_get_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
|
347
|
-
<p>
|
348
|
-
Gets the target list of <em class="parameter"><code>relation</code></em>
|
349
|
-
</p>
|
350
|
-
<div class="variablelist"><table border="0">
|
351
|
-
<col align="left" valign="top">
|
352
|
-
<tbody>
|
353
543
|
<tr>
|
354
|
-
<td
|
355
|
-
<td
|
544
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-NODE-CHILD-OF:CAPS"></a>ATK_RELATION_NODE_CHILD_OF</p></td>
|
545
|
+
<td class="enum_member_description">
|
546
|
+
<p>Indicates an object is a cell in a treetable which is displayed because a cell in the same column is expanded and identifies that cell.</p>
|
356
547
|
</td>
|
548
|
+
<td class="enum_member_annotations"> </td>
|
357
549
|
</tr>
|
358
550
|
<tr>
|
359
|
-
<td
|
360
|
-
<td
|
551
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-FLOWS-TO:CAPS"></a>ATK_RELATION_FLOWS_TO</p></td>
|
552
|
+
<td class="enum_member_description">
|
553
|
+
<p>Indicates that the object has content that flows logically to another
|
554
|
+
AtkObject in a sequential way, (for instance text-flow).</p>
|
361
555
|
</td>
|
556
|
+
<td class="enum_member_annotations"> </td>
|
362
557
|
</tr>
|
363
|
-
</tbody>
|
364
|
-
</table></div>
|
365
|
-
</div>
|
366
|
-
<hr>
|
367
|
-
<div class="refsect2">
|
368
|
-
<a name="atk-relation-add-target"></a><h3>atk_relation_add_target ()</h3>
|
369
|
-
<pre class="programlisting"><span class="returnvalue">void</span> atk_relation_add_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
|
370
|
-
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
|
371
|
-
<p>
|
372
|
-
Adds the specified AtkObject to the target for the relation, if it is
|
373
|
-
not already present. See also <a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()"><code class="function">atk_object_add_relationship()</code></a>.
|
374
|
-
</p>
|
375
|
-
<div class="variablelist"><table border="0">
|
376
|
-
<col align="left" valign="top">
|
377
|
-
<tbody>
|
378
558
|
<tr>
|
379
|
-
<td
|
380
|
-
<td
|
559
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-FLOWS-FROM:CAPS"></a>ATK_RELATION_FLOWS_FROM</p></td>
|
560
|
+
<td class="enum_member_description">
|
561
|
+
<p>Indicates that the object has content that flows logically from
|
562
|
+
another AtkObject in a sequential way, (for instance text-flow).</p>
|
381
563
|
</td>
|
564
|
+
<td class="enum_member_annotations"> </td>
|
382
565
|
</tr>
|
383
566
|
<tr>
|
384
|
-
<td
|
385
|
-
<td
|
567
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-SUBWINDOW-OF:CAPS"></a>ATK_RELATION_SUBWINDOW_OF</p></td>
|
568
|
+
<td class="enum_member_description">
|
569
|
+
<p>Indicates a subwindow attached to a component but otherwise has no connection in the UI heirarchy to that component.</p>
|
386
570
|
</td>
|
571
|
+
<td class="enum_member_annotations"> </td>
|
572
|
+
</tr>
|
573
|
+
<tr>
|
574
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-EMBEDS:CAPS"></a>ATK_RELATION_EMBEDS</p></td>
|
575
|
+
<td class="enum_member_description">
|
576
|
+
<p>Indicates that the object visually embeds
|
577
|
+
another object's content, i.e. this object's content flows around
|
578
|
+
another's content.</p>
|
579
|
+
</td>
|
580
|
+
<td class="enum_member_annotations"> </td>
|
581
|
+
</tr>
|
582
|
+
<tr>
|
583
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-EMBEDDED-BY:CAPS"></a>ATK_RELATION_EMBEDDED_BY</p></td>
|
584
|
+
<td class="enum_member_description">
|
585
|
+
<p>Inverse of <a class="link" href="AtkRelation.html#ATK-RELATION-EMBEDS:CAPS"><code class="literal">ATK_RELATION_EMBEDS</code></a>, indicates that
|
586
|
+
this object's content is visualy embedded in another object.</p>
|
587
|
+
</td>
|
588
|
+
<td class="enum_member_annotations"> </td>
|
387
589
|
</tr>
|
388
|
-
</tbody>
|
389
|
-
</table></div>
|
390
|
-
<p class="since">Since 1.9</p>
|
391
|
-
</div>
|
392
|
-
<hr>
|
393
|
-
<div class="refsect2">
|
394
|
-
<a name="atk-relation-remove-target"></a><h3>atk_relation_remove_target ()</h3>
|
395
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> atk_relation_remove_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
|
396
|
-
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
|
397
|
-
<p>
|
398
|
-
Remove the specified AtkObject from the target for the relation.
|
399
|
-
</p>
|
400
|
-
<div class="variablelist"><table border="0">
|
401
|
-
<col align="left" valign="top">
|
402
|
-
<tbody>
|
403
590
|
<tr>
|
404
|
-
<td
|
405
|
-
<td
|
591
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-POPUP-FOR:CAPS"></a>ATK_RELATION_POPUP_FOR</p></td>
|
592
|
+
<td class="enum_member_description">
|
593
|
+
<p>Indicates that an object is a popup for another object.</p>
|
406
594
|
</td>
|
595
|
+
<td class="enum_member_annotations"> </td>
|
407
596
|
</tr>
|
408
597
|
<tr>
|
409
|
-
<td
|
410
|
-
<td
|
598
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-PARENT-WINDOW-OF:CAPS"></a>ATK_RELATION_PARENT_WINDOW_OF</p></td>
|
599
|
+
<td class="enum_member_description">
|
600
|
+
<p>Indicates that an object is a parent window of another object.</p>
|
411
601
|
</td>
|
602
|
+
<td class="enum_member_annotations"> </td>
|
412
603
|
</tr>
|
413
604
|
<tr>
|
414
|
-
<td
|
415
|
-
<td
|
605
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-DESCRIBED-BY:CAPS"></a>ATK_RELATION_DESCRIBED_BY</p></td>
|
606
|
+
<td class="enum_member_description">
|
607
|
+
<p>Indicates that another object provides descriptive information about this object; more verbose than ATK_RELATION_LABELLED_BY.</p>
|
608
|
+
</td>
|
609
|
+
<td class="enum_member_annotations"> </td>
|
610
|
+
</tr>
|
611
|
+
<tr>
|
612
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-DESCRIPTION-FOR:CAPS"></a>ATK_RELATION_DESCRIPTION_FOR</p></td>
|
613
|
+
<td class="enum_member_description">
|
614
|
+
<p>Indicates that an object provides descriptive information about another object; more verbose than ATK_RELATION_LABEL_FOR.</p>
|
615
|
+
</td>
|
616
|
+
<td class="enum_member_annotations"> </td>
|
617
|
+
</tr>
|
618
|
+
<tr>
|
619
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-NODE-PARENT-OF:CAPS"></a>ATK_RELATION_NODE_PARENT_OF</p></td>
|
620
|
+
<td class="enum_member_description">
|
621
|
+
<p>Indicates an object is a cell in a treetable and is expanded to display other cells in the same column.</p>
|
622
|
+
</td>
|
623
|
+
<td class="enum_member_annotations"> </td>
|
624
|
+
</tr>
|
625
|
+
<tr>
|
626
|
+
<td class="enum_member_name"><p><a name="ATK-RELATION-LAST-DEFINED:CAPS"></a>ATK_RELATION_LAST_DEFINED</p></td>
|
627
|
+
<td class="enum_member_description">
|
628
|
+
<p>Not used, this value indicates the end of the enumeration.</p>
|
629
|
+
</td>
|
630
|
+
<td class="enum_member_annotations"> </td>
|
416
631
|
</tr>
|
417
632
|
</tbody>
|
418
633
|
</table></div>
|
419
634
|
</div>
|
420
635
|
</div>
|
636
|
+
</div>
|
421
637
|
<div class="refsect1">
|
422
638
|
<a name="AtkRelation.property-details"></a><h2>Property Details</h2>
|
423
639
|
<div class="refsect2">
|
424
|
-
<a name="AtkRelation--relation-type"></a><h3>The <code class="literal"
|
425
|
-
<pre class="programlisting">
|
640
|
+
<a name="AtkRelation--relation-type"></a><h3>The <code class="literal">“relation-type”</code> property</h3>
|
641
|
+
<pre class="programlisting"> “relation-type” <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></pre>
|
426
642
|
<p>The type of the relation.</p>
|
643
|
+
<p>Flags: Read / Write</p>
|
427
644
|
<p>Default value: ATK_RELATION_NULL</p>
|
428
645
|
</div>
|
429
646
|
<hr>
|
430
647
|
<div class="refsect2">
|
431
|
-
<a name="AtkRelation--target"></a><h3>The <code class="literal"
|
432
|
-
<pre class="programlisting">
|
648
|
+
<a name="AtkRelation--target"></a><h3>The <code class="literal">“target”</code> property</h3>
|
649
|
+
<pre class="programlisting"> “target” <span class="type">GValueArray</span> *</pre>
|
433
650
|
<p>An array of the targets for the relation.</p>
|
651
|
+
<p>Flags: Read / Write</p>
|
434
652
|
</div>
|
435
653
|
</div>
|
436
654
|
</div>
|
437
655
|
<div class="footer">
|
438
656
|
<hr>
|
439
|
-
Generated by GTK-Doc V1.
|
657
|
+
Generated by GTK-Doc V1.21.1</div>
|
440
658
|
</body>
|
441
659
|
</html>
|