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.
- 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
@@ -0,0 +1,191 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkMisc</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
|
+
<link rel="up" href="deprecated.html" title="Deprecated Interfaces">
|
9
|
+
<link rel="prev" href="deprecated.html" title="Deprecated Interfaces">
|
10
|
+
<link rel="next" href="api-index-full.html" title="Index of all symbols">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
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="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="#AtkMisc.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkMisc.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="AtkMisc"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="AtkMisc.top_of_page"></a>AtkMisc</span></h2>
|
31
|
+
<p>AtkMisc — A set of ATK utility functions for thread locking</p>
|
32
|
+
</td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="AtkMisc.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody>
|
43
|
+
<tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<span class="returnvalue">void</span>
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="AtkMisc.html#atk-misc-threads-enter" title="atk_misc_threads_enter ()">atk_misc_threads_enter</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td class="function_type">
|
53
|
+
<span class="returnvalue">void</span>
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="AtkMisc.html#atk-misc-threads-leave" title="atk_misc_threads_leave ()">atk_misc_threads_leave</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td class="function_type">const <a class="link" href="AtkMisc.html" title="AtkMisc"><span class="returnvalue">AtkMisc</span></a> *
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="AtkMisc.html#atk-misc-get-instance" title="atk_misc_get_instance ()">atk_misc_get_instance</a> <span class="c_punctuation">()</span>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
</tbody>
|
67
|
+
</table></div>
|
68
|
+
</div>
|
69
|
+
<div class="refsect1">
|
70
|
+
<a name="AtkMisc.other"></a><h2>Types and Values</h2>
|
71
|
+
<div class="informaltable"><table width="100%" border="0">
|
72
|
+
<colgroup>
|
73
|
+
<col width="150px" class="name">
|
74
|
+
<col class="description">
|
75
|
+
</colgroup>
|
76
|
+
<tbody><tr>
|
77
|
+
<td class="datatype_keyword">struct</td>
|
78
|
+
<td class="function_name"><a class="link" href="AtkMisc.html#AtkMisc-struct" title="struct AtkMisc">AtkMisc</a></td>
|
79
|
+
</tr></tbody>
|
80
|
+
</table></div>
|
81
|
+
</div>
|
82
|
+
<div class="refsect1">
|
83
|
+
<a name="AtkMisc.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
84
|
+
<pre class="screen"> GObject
|
85
|
+
<span class="lineart">╰──</span> AtkMisc
|
86
|
+
</pre>
|
87
|
+
</div>
|
88
|
+
<div class="refsect1">
|
89
|
+
<a name="AtkMisc.description"></a><h2>Description</h2>
|
90
|
+
<p>A set of utility functions for thread locking. This interface and
|
91
|
+
all his related methods are deprecated since 2.12.</p>
|
92
|
+
</div>
|
93
|
+
<div class="refsect1">
|
94
|
+
<a name="AtkMisc.functions_details"></a><h2>Functions</h2>
|
95
|
+
<div class="refsect2">
|
96
|
+
<a name="atk-misc-threads-enter"></a><h3>atk_misc_threads_enter ()</h3>
|
97
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
98
|
+
atk_misc_threads_enter (<em class="parameter"><code><a class="link" href="AtkMisc.html" title="AtkMisc"><span class="type">AtkMisc</span></a> *misc</code></em>);</pre>
|
99
|
+
<div class="warning">
|
100
|
+
<p><code class="literal">atk_misc_threads_enter</code> is deprecated and should not be used in newly-written code.</p>
|
101
|
+
<p>Since 2.12.</p>
|
102
|
+
</div>
|
103
|
+
<p>Take the thread mutex for the GUI toolkit,
|
104
|
+
if one exists.
|
105
|
+
(This method is implemented by the toolkit ATK implementation layer;
|
106
|
+
for instance, for GTK+, GAIL implements this via GDK_THREADS_ENTER).</p>
|
107
|
+
<div class="refsect3">
|
108
|
+
<a name="id-1.9.2.7.2.7"></a><h4>Parameters</h4>
|
109
|
+
<div class="informaltable"><table width="100%" border="0">
|
110
|
+
<colgroup>
|
111
|
+
<col width="150px" class="parameters_name">
|
112
|
+
<col class="parameters_description">
|
113
|
+
<col width="200px" class="parameters_annotations">
|
114
|
+
</colgroup>
|
115
|
+
<tbody><tr>
|
116
|
+
<td class="parameter_name"><p>misc</p></td>
|
117
|
+
<td class="parameter_description"><p>an AtkMisc instance for this application. </p></td>
|
118
|
+
<td class="parameter_annotations"> </td>
|
119
|
+
</tr></tbody>
|
120
|
+
</table></div>
|
121
|
+
</div>
|
122
|
+
<p class="since">Since 1.13</p>
|
123
|
+
</div>
|
124
|
+
<hr>
|
125
|
+
<div class="refsect2">
|
126
|
+
<a name="atk-misc-threads-leave"></a><h3>atk_misc_threads_leave ()</h3>
|
127
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
128
|
+
atk_misc_threads_leave (<em class="parameter"><code><a class="link" href="AtkMisc.html" title="AtkMisc"><span class="type">AtkMisc</span></a> *misc</code></em>);</pre>
|
129
|
+
<div class="warning">
|
130
|
+
<p><code class="literal">atk_misc_threads_leave</code> is deprecated and should not be used in newly-written code.</p>
|
131
|
+
<p>Since 2.12.</p>
|
132
|
+
</div>
|
133
|
+
<p>Release the thread mutex for the GUI toolkit,
|
134
|
+
if one exists. This method, and atk_misc_threads_enter,
|
135
|
+
are needed in some situations by threaded application code which
|
136
|
+
services ATK requests, since fulfilling ATK requests often
|
137
|
+
requires calling into the GUI toolkit. If a long-running or
|
138
|
+
potentially blocking call takes place inside such a block, it should
|
139
|
+
be bracketed by atk_misc_threads_leave/atk_misc_threads_enter calls.
|
140
|
+
(This method is implemented by the toolkit ATK implementation layer;
|
141
|
+
for instance, for GTK+, GAIL implements this via GDK_THREADS_LEAVE).</p>
|
142
|
+
<div class="refsect3">
|
143
|
+
<a name="id-1.9.2.7.3.7"></a><h4>Parameters</h4>
|
144
|
+
<div class="informaltable"><table width="100%" border="0">
|
145
|
+
<colgroup>
|
146
|
+
<col width="150px" class="parameters_name">
|
147
|
+
<col class="parameters_description">
|
148
|
+
<col width="200px" class="parameters_annotations">
|
149
|
+
</colgroup>
|
150
|
+
<tbody><tr>
|
151
|
+
<td class="parameter_name"><p>misc</p></td>
|
152
|
+
<td class="parameter_description"><p>an AtkMisc instance for this application. </p></td>
|
153
|
+
<td class="parameter_annotations"> </td>
|
154
|
+
</tr></tbody>
|
155
|
+
</table></div>
|
156
|
+
</div>
|
157
|
+
<p class="since">Since 1.13</p>
|
158
|
+
</div>
|
159
|
+
<hr>
|
160
|
+
<div class="refsect2">
|
161
|
+
<a name="atk-misc-get-instance"></a><h3>atk_misc_get_instance ()</h3>
|
162
|
+
<pre class="programlisting">const <a class="link" href="AtkMisc.html" title="AtkMisc"><span class="returnvalue">AtkMisc</span></a> *
|
163
|
+
atk_misc_get_instance (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
164
|
+
<div class="warning">
|
165
|
+
<p><code class="literal">atk_misc_get_instance</code> is deprecated and should not be used in newly-written code.</p>
|
166
|
+
<p>Since 2.12.</p>
|
167
|
+
</div>
|
168
|
+
<p>Obtain the singleton instance of AtkMisc for this application.</p>
|
169
|
+
<div class="refsect3">
|
170
|
+
<a name="id-1.9.2.7.4.7"></a><h4>Returns</h4>
|
171
|
+
<p> The singleton instance of AtkMisc for this application.</p>
|
172
|
+
<p></p>
|
173
|
+
</div>
|
174
|
+
<p class="since">Since 1.13</p>
|
175
|
+
</div>
|
176
|
+
</div>
|
177
|
+
<div class="refsect1">
|
178
|
+
<a name="AtkMisc.other_details"></a><h2>Types and Values</h2>
|
179
|
+
<div class="refsect2">
|
180
|
+
<a name="AtkMisc-struct"></a><h3>struct AtkMisc</h3>
|
181
|
+
<pre class="programlisting">struct AtkMisc;</pre>
|
182
|
+
<p>
|
183
|
+
</p>
|
184
|
+
</div>
|
185
|
+
</div>
|
186
|
+
</div>
|
187
|
+
<div class="footer">
|
188
|
+
<hr>
|
189
|
+
Generated by GTK-Doc V1.21.1</div>
|
190
|
+
</body>
|
191
|
+
</html>
|
@@ -2,30 +2,27 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>AtkNoOpObject</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkNoOpObject</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="
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
8
|
+
<link rel="up" href="accessibles.html" title="Custom accessible objects">
|
9
|
+
<link rel="prev" href="AtkHyperlink.html" title="AtkHyperlink">
|
10
|
+
<link rel="next" href="atk-AtkPlug.html" title="AtkPlug">
|
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="#AtkNoOpObject.
|
20
|
-
|
21
|
-
<a href="#AtkNoOpObject.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
22
|
-
|
|
23
|
-
<a href="#AtkNoOpObject.implemented-interfaces" class="shortcut">Implemented Interfaces</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="#AtkNoOpObject.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkNoOpObject.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#AtkNoOpObject.implemented-interfaces" class="shortcut">Implemented Interfaces</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="
|
28
|
-
<td><a accesskey="n" href="
|
23
|
+
<td><a accesskey="u" href="accessibles.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="AtkHyperlink.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
+
<td><a accesskey="n" href="atk-AtkPlug.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
29
26
|
</tr></table>
|
30
27
|
<div class="refentry">
|
31
28
|
<a name="AtkNoOpObject"></a><div class="titlepage"></div>
|
@@ -34,73 +31,100 @@
|
|
34
31
|
<h2><span class="refentrytitle"><a name="AtkNoOpObject.top_of_page"></a>AtkNoOpObject</span></h2>
|
35
32
|
<p>AtkNoOpObject — An AtkObject which purports to implement all ATK interfaces.</p>
|
36
33
|
</td>
|
37
|
-
<td valign="top" align="right"></td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
38
35
|
</tr></table></div>
|
39
|
-
<div class="
|
40
|
-
<a name="AtkNoOpObject.
|
41
|
-
<
|
42
|
-
<
|
43
|
-
|
36
|
+
<div class="refsect1">
|
37
|
+
<a name="AtkNoOpObject.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><tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="AtkNoOpObject.html#atk-no-op-object-new" title="atk_no_op_object_new ()">atk_no_op_object_new</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr></tbody>
|
51
|
+
</table></div>
|
52
|
+
</div>
|
53
|
+
<div class="refsect1">
|
54
|
+
<a name="AtkNoOpObject.other"></a><h2>Types and Values</h2>
|
55
|
+
<div class="informaltable"><table width="100%" border="0">
|
56
|
+
<colgroup>
|
57
|
+
<col width="150px" class="name">
|
58
|
+
<col class="description">
|
59
|
+
</colgroup>
|
60
|
+
<tbody><tr>
|
61
|
+
<td class="datatype_keyword">struct</td>
|
62
|
+
<td class="function_name"><a class="link" href="AtkNoOpObject.html#AtkNoOpObject-struct" title="struct AtkNoOpObject">AtkNoOpObject</a></td>
|
63
|
+
</tr></tbody>
|
64
|
+
</table></div>
|
44
65
|
</div>
|
45
66
|
<div class="refsect1">
|
46
67
|
<a name="AtkNoOpObject.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
47
|
-
<pre class="
|
48
|
-
|
49
|
-
|
50
|
-
+----AtkNoOpObject
|
68
|
+
<pre class="screen"> GObject
|
69
|
+
<span class="lineart">╰──</span> <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>
|
70
|
+
<span class="lineart">╰──</span> AtkNoOpObject
|
51
71
|
</pre>
|
52
72
|
</div>
|
53
73
|
<div class="refsect1">
|
54
74
|
<a name="AtkNoOpObject.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
55
75
|
<p>
|
56
76
|
AtkNoOpObject implements
|
57
|
-
<a class="link" href="AtkComponent.html" title="AtkComponent">AtkComponent</a>, <a class="link" href="AtkAction.html" title="AtkAction">AtkAction</a>, <a class="link" href="AtkEditableText.html" title="AtkEditableText">AtkEditableText</a>, <a class="link" href="AtkImage.html" title="AtkImage">AtkImage</a>, <a class="link" href="AtkSelection.html" title="AtkSelection">AtkSelection</a>, <a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a>, <a class="link" href="AtkText.html" title="AtkText">AtkText</a>, <a class="link" href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a>, <a class="link" href="AtkValue.html" title="AtkValue">AtkValue</a>, <a class="link" href="AtkDocument.html" title="AtkDocument">AtkDocument</a> and <a class="link" href="AtkWindow.html" title="AtkWindow">AtkWindow</a>.</p>
|
77
|
+
<a class="link" href="AtkComponent.html" title="AtkComponent">AtkComponent</a>, <a class="link" href="AtkAction.html" title="AtkAction">AtkAction</a>, <a class="link" href="AtkEditableText.html" title="AtkEditableText">AtkEditableText</a>, <a class="link" href="AtkImage.html" title="AtkImage">AtkImage</a>, <a class="link" href="AtkSelection.html" title="AtkSelection">AtkSelection</a>, <a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a>, <a class="link" href="AtkTableCell.html" title="AtkTableCell">AtkTableCell</a>, <a class="link" href="AtkText.html" title="AtkText">AtkText</a>, <a class="link" href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a>, <a class="link" href="AtkValue.html" title="AtkValue">AtkValue</a>, <a class="link" href="AtkDocument.html" title="AtkDocument">AtkDocument</a> and <a class="link" href="AtkWindow.html" title="AtkWindow">AtkWindow</a>.</p>
|
58
78
|
</div>
|
59
79
|
<div class="refsect1">
|
60
80
|
<a name="AtkNoOpObject.description"></a><h2>Description</h2>
|
61
|
-
<p>
|
62
|
-
An AtkNoOpObject is an AtkObject which purports to implement all
|
81
|
+
<p>An AtkNoOpObject is an AtkObject which purports to implement all
|
63
82
|
ATK interfaces. It is the type of AtkObject which is created if an
|
64
83
|
accessible object is requested for an object type for which no
|
65
|
-
factory type is specified
|
66
|
-
</p>
|
84
|
+
factory type is specified.</p>
|
67
85
|
</div>
|
68
86
|
<div class="refsect1">
|
69
|
-
<a name="AtkNoOpObject.
|
87
|
+
<a name="AtkNoOpObject.functions_details"></a><h2>Functions</h2>
|
70
88
|
<div class="refsect2">
|
71
|
-
<a name="
|
72
|
-
<pre class="programlisting"
|
73
|
-
<
|
74
|
-
|
89
|
+
<a name="atk-no-op-object-new"></a><h3>atk_no_op_object_new ()</h3>
|
90
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
91
|
+
atk_no_op_object_new (<em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);</pre>
|
92
|
+
<p>Provides a default (non-functioning stub) <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>.
|
93
|
+
Application maintainers should not use this method.</p>
|
94
|
+
<div class="refsect3">
|
95
|
+
<a name="id-1.7.4.8.2.5"></a><h4>Parameters</h4>
|
96
|
+
<div class="informaltable"><table width="100%" border="0">
|
97
|
+
<colgroup>
|
98
|
+
<col width="150px" class="parameters_name">
|
99
|
+
<col class="parameters_description">
|
100
|
+
<col width="200px" class="parameters_annotations">
|
101
|
+
</colgroup>
|
102
|
+
<tbody><tr>
|
103
|
+
<td class="parameter_name"><p>obj</p></td>
|
104
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
105
|
+
<td class="parameter_annotations"> </td>
|
106
|
+
</tr></tbody>
|
107
|
+
</table></div>
|
75
108
|
</div>
|
76
|
-
<
|
109
|
+
<div class="refsect3">
|
110
|
+
<a name="id-1.7.4.8.2.6"></a><h4>Returns</h4>
|
111
|
+
<p> a default (non-functioning stub) <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p>
|
112
|
+
<p></p>
|
113
|
+
</div>
|
114
|
+
</div>
|
115
|
+
</div>
|
116
|
+
<div class="refsect1">
|
117
|
+
<a name="AtkNoOpObject.other_details"></a><h2>Types and Values</h2>
|
77
118
|
<div class="refsect2">
|
78
|
-
<a name="
|
79
|
-
<pre class="programlisting"
|
119
|
+
<a name="AtkNoOpObject-struct"></a><h3>struct AtkNoOpObject</h3>
|
120
|
+
<pre class="programlisting">struct AtkNoOpObject;</pre>
|
80
121
|
<p>
|
81
|
-
Provides a default (non-functioning stub) <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>.
|
82
|
-
Application maintainers should not use this method.
|
83
122
|
</p>
|
84
|
-
<div class="variablelist"><table border="0">
|
85
|
-
<col align="left" valign="top">
|
86
|
-
<tbody>
|
87
|
-
<tr>
|
88
|
-
<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
|
89
|
-
<td>a <span class="type">GObject</span>
|
90
|
-
</td>
|
91
|
-
</tr>
|
92
|
-
<tr>
|
93
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
94
|
-
<td>a default (non-functioning stub) <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
|
95
|
-
</td>
|
96
|
-
</tr>
|
97
|
-
</tbody>
|
98
|
-
</table></div>
|
99
123
|
</div>
|
100
124
|
</div>
|
101
125
|
</div>
|
102
126
|
<div class="footer">
|
103
127
|
<hr>
|
104
|
-
Generated by GTK-Doc V1.
|
128
|
+
Generated by GTK-Doc V1.21.1</div>
|
105
129
|
</body>
|
106
130
|
</html>
|
@@ -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>AtkNoOpObjectFactory</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkNoOpObjectFactory</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="
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
8
|
+
<link rel="up" href="utilities.html" title="Utilities">
|
9
|
+
<link rel="prev" href="utilities.html" title="Utilities">
|
10
|
+
<link rel="next" href="AtkObjectFactory.html" title="AtkObjectFactory">
|
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="#AtkNoOpObjectFactory.
|
20
|
-
|
|
21
|
-
<a href="#AtkNoOpObjectFactory.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="#AtkNoOpObjectFactory.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkNoOpObjectFactory.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="
|
25
|
-
<td><a accesskey="p" href="
|
26
|
-
<td><a accesskey="n" href="
|
22
|
+
<td><a accesskey="u" href="utilities.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="utilities.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="AtkObjectFactory.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="AtkNoOpObjectFactory"></a><div class="titlepage"></div>
|
@@ -32,59 +30,78 @@
|
|
32
30
|
<h2><span class="refentrytitle"><a name="AtkNoOpObjectFactory.top_of_page"></a>AtkNoOpObjectFactory</span></h2>
|
33
31
|
<p>AtkNoOpObjectFactory — The AtkObjectFactory which creates an AtkNoOpObject.</p>
|
34
32
|
</td>
|
35
|
-
<td valign="top" align="right"></td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
36
34
|
</tr></table></div>
|
37
|
-
<div class="
|
38
|
-
<a name="AtkNoOpObjectFactory.
|
39
|
-
<
|
40
|
-
<
|
41
|
-
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="AtkNoOpObjectFactory.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody><tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="returnvalue">AtkObjectFactory</span></a> *
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="AtkNoOpObjectFactory.html#atk-no-op-object-factory-new" title="atk_no_op_object_factory_new ()">atk_no_op_object_factory_new</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr></tbody>
|
50
|
+
</table></div>
|
51
|
+
</div>
|
52
|
+
<div class="refsect1">
|
53
|
+
<a name="AtkNoOpObjectFactory.other"></a><h2>Types and Values</h2>
|
54
|
+
<div class="informaltable"><table width="100%" border="0">
|
55
|
+
<colgroup>
|
56
|
+
<col width="150px" class="name">
|
57
|
+
<col class="description">
|
58
|
+
</colgroup>
|
59
|
+
<tbody><tr>
|
60
|
+
<td class="datatype_keyword">struct</td>
|
61
|
+
<td class="function_name"><a class="link" href="AtkNoOpObjectFactory.html#AtkNoOpObjectFactory-struct" title="struct AtkNoOpObjectFactory">AtkNoOpObjectFactory</a></td>
|
62
|
+
</tr></tbody>
|
63
|
+
</table></div>
|
42
64
|
</div>
|
43
65
|
<div class="refsect1">
|
44
66
|
<a name="AtkNoOpObjectFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
45
|
-
<pre class="
|
46
|
-
|
47
|
-
|
48
|
-
+----AtkNoOpObjectFactory
|
67
|
+
<pre class="screen"> GObject
|
68
|
+
<span class="lineart">╰──</span> <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory">AtkObjectFactory</a>
|
69
|
+
<span class="lineart">╰──</span> AtkNoOpObjectFactory
|
49
70
|
</pre>
|
50
71
|
</div>
|
51
72
|
<div class="refsect1">
|
52
73
|
<a name="AtkNoOpObjectFactory.description"></a><h2>Description</h2>
|
53
|
-
<p>
|
54
|
-
The AtkObjectFactory which creates an AtkNoOpObject. An instance of
|
74
|
+
<p>The AtkObjectFactory which creates an AtkNoOpObject. An instance of
|
55
75
|
this is created by an AtkRegistry if no factory type has not been
|
56
|
-
specified to create an accessible object of a particular type
|
57
|
-
</p>
|
76
|
+
specified to create an accessible object of a particular type.</p>
|
58
77
|
</div>
|
59
78
|
<div class="refsect1">
|
60
|
-
<a name="AtkNoOpObjectFactory.
|
79
|
+
<a name="AtkNoOpObjectFactory.functions_details"></a><h2>Functions</h2>
|
61
80
|
<div class="refsect2">
|
62
|
-
<a name="
|
63
|
-
<pre class="programlisting"
|
64
|
-
<
|
65
|
-
|
81
|
+
<a name="atk-no-op-object-factory-new"></a><h3>atk_no_op_object_factory_new ()</h3>
|
82
|
+
<pre class="programlisting"><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="returnvalue">AtkObjectFactory</span></a> *
|
83
|
+
atk_no_op_object_factory_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
84
|
+
<p>Creates an instance of an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> which generates primitive
|
85
|
+
(non-functioning) <a href="AtkObject.html"><span class="type">AtkObjects</span></a>.</p>
|
86
|
+
<div class="refsect3">
|
87
|
+
<a name="id-1.8.2.7.2.5"></a><h4>Returns</h4>
|
88
|
+
<p> an instance of an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a></p>
|
89
|
+
<p></p>
|
66
90
|
</div>
|
67
|
-
|
91
|
+
</div>
|
92
|
+
</div>
|
93
|
+
<div class="refsect1">
|
94
|
+
<a name="AtkNoOpObjectFactory.other_details"></a><h2>Types and Values</h2>
|
68
95
|
<div class="refsect2">
|
69
|
-
<a name="
|
70
|
-
<pre class="programlisting"
|
96
|
+
<a name="AtkNoOpObjectFactory-struct"></a><h3>struct AtkNoOpObjectFactory</h3>
|
97
|
+
<pre class="programlisting">struct AtkNoOpObjectFactory;</pre>
|
71
98
|
<p>
|
72
|
-
Creates an instance of an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> which generates primitive
|
73
|
-
(non-functioning) <a href="AtkObject.html"><span class="type">AtkObjects</span></a>.
|
74
99
|
</p>
|
75
|
-
<div class="variablelist"><table border="0">
|
76
|
-
<col align="left" valign="top">
|
77
|
-
<tbody><tr>
|
78
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
79
|
-
<td>an instance of an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>
|
80
|
-
</td>
|
81
|
-
</tr></tbody>
|
82
|
-
</table></div>
|
83
100
|
</div>
|
84
101
|
</div>
|
85
102
|
</div>
|
86
103
|
<div class="footer">
|
87
104
|
<hr>
|
88
|
-
Generated by GTK-Doc V1.
|
105
|
+
Generated by GTK-Doc V1.21.1</div>
|
89
106
|
</body>
|
90
107
|
</html>
|