summaryrefslogtreecommitdiff
path: root/docs/reference/glib/glib-docs.xml
blob: 2b88abd744cafea970112d7af47aeccf77a8d352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
                      'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>GLib Reference Manual</title>
    <releaseinfo>
      for GLib &version;
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="https://developer.gnome.org/glib/unstable/">https://developer.gnome.org/glib/unstable/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter id="glib">
    <title>GLib Overview</title>
    <para>
      GLib is a general-purpose utility library, which provides many useful
      data types, macros, type conversions, string utilities, file utilities,
      a mainloop abstraction, and so on. It works on many UNIX-like platforms,
      as well as Windows and OS X. GLib is released under the GNU Lesser
      General Public License (GNU LGPL).
    </para>

    <xi:include href="building.xml" />
    <xi:include href="cross.xml" />
    <xi:include href="programming.xml" />
    <xi:include href="xml/compiling.xml" />
    <xi:include href="running.xml" />
    <xi:include href="changes.xml" />
    <xi:include href="resources.xml" />

  </chapter>

  <chapter id="glib-fundamentals">
    <title>GLib Fundamentals</title>
    <xi:include href="xml/version.xml" />
    <xi:include href="xml/types.xml" />
    <xi:include href="xml/macros.xml" />
    <xi:include href="xml/type_conversion.xml" />
    <xi:include href="xml/byte_order.xml" />
    <xi:include href="xml/checkedmath.xml" />
    <xi:include href="xml/numerical.xml" />
    <xi:include href="xml/macros_misc.xml" />
    <xi:include href="xml/atomic_operations.xml" />
  </chapter>

  <chapter id="glib-core">
    <title>GLib Core Application Support</title>
    <xi:include href="xml/main.xml" />
    <xi:include href="xml/threads.xml" />
    <xi:include href="xml/thread_pools.xml" />
    <xi:include href="xml/async_queues.xml" />
    <xi:include href="xml/modules.xml" />
    <xi:include href="xml/memory.xml" />
    <xi:include href="xml/memory_slices.xml" />
    <xi:include href="xml/iochannels.xml" />
    <xi:include href="xml/error_reporting.xml" />
    <xi:include href="xml/warnings.xml" />
    <xi:include href="xml/messages.xml" />
  </chapter>

  <chapter id="glib-utilities">
    <title>GLib Utilities</title>
    <xi:include href="xml/string_utils.xml" />
    <xi:include href="xml/conversions.xml" />
    <xi:include href="xml/unicode.xml" />
    <xi:include href="xml/base64.xml" />
    <xi:include href="xml/checksum.xml" />
    <xi:include href="xml/hmac.xml" />
    <xi:include href="xml/i18n.xml" />
    <xi:include href="xml/date.xml" />
    <xi:include href="xml/timezone.xml" />
    <xi:include href="xml/date-time.xml" />
    <xi:include href="xml/random_numbers.xml" />
    <xi:include href="xml/hooks.xml" />
    <xi:include href="xml/misc_utils.xml" />
    <xi:include href="xml/scanner.xml" />
    <xi:include href="xml/timers.xml" />
    <xi:include href="xml/spawn.xml" />
    <xi:include href="xml/fileutils.xml" />
    <xi:include href="xml/gpathbuf.xml" />
    <xi:include href="xml/guri.xml" />
    <xi:include href="xml/ghostutils.xml" />
    <xi:include href="xml/shell.xml" />
    <xi:include href="xml/goptioncontext.xml" />
    <xi:include href="xml/patterns.xml" />
    <xi:include href="xml/gregex.xml" />
    <xi:include href="regex-syntax.xml" />
    <xi:include href="xml/markup.xml" />
    <xi:include href="xml/keyfile.xml" />
    <xi:include href="xml/bookmarkfile.xml" />
    <xi:include href="xml/testing.xml" />
    <xi:include href="xml/gunix.xml" />
    <xi:include href="xml/windows.xml" />
    <xi:include href="xml/uuid.xml" />
  </chapter>

  <chapter id="glib-data-types">
    <title>GLib Data Types</title>
    <xi:include href="xml/linked_lists_double.xml" />
    <xi:include href="xml/linked_lists_single.xml" />
    <xi:include href="xml/queue.xml" />
    <xi:include href="xml/sequence.xml" />
    <xi:include href="xml/trash_stack.xml" />
    <xi:include href="xml/hash_tables.xml" />
    <xi:include href="xml/strings.xml" />
    <xi:include href="xml/string_chunks.xml" />
    <xi:include href="xml/arrays.xml" />
    <xi:include href="xml/arrays_pointer.xml" />
    <xi:include href="xml/arrays_byte.xml" />
    <xi:include href="xml/trees-binary.xml" />
    <xi:include href="xml/trees-nary.xml" />
    <xi:include href="xml/quarks.xml" />
    <xi:include href="xml/datalist.xml" />
    <xi:include href="xml/datasets.xml" />
    <xi:include href="xml/gvarianttype.xml"/>
    <xi:include href="xml/gvariant.xml"/>
    <xi:include href="gvariant-varargs.xml"/>
    <xi:include href="gvariant-text.xml"/>
    <xi:include href="xml/refcount.xml"/>
    <xi:include href="xml/rcbox.xml"/>
    <xi:include href="xml/arcbox.xml"/>
    <xi:include href="xml/refstring.xml"/>
  </chapter>

  <chapter id="deprecated">
    <title>Deprecated APIs</title>
    <xi:include href="xml/threads-deprecated.xml"/>
    <xi:include href="xml/caches.xml" />
    <xi:include href="xml/relations.xml" />
    <xi:include href="xml/completion.xml" />
  </chapter>

  <chapter id="tools">
    <title>GLib Tools</title>
    <xi:include href="glib-gettextize.xml" />
  </chapter>

  <chapter id="deprecated-tools">
    <title>Deprecated Tools</title>
    <xi:include href="gtester.xml" />
    <xi:include href="gtester-report.xml" />
  </chapter>

  <index id="api-index-full">
    <title>Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-deprecated" role="deprecated">
    <title>Index of deprecated symbols</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-2" role="2.2">
    <title>Index of new symbols in 2.2</title>
    <xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-4" role="2.4">
    <title>Index of new symbols in 2.4</title>
    <xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-6" role="2.6">
    <title>Index of new symbols in 2.6</title>
    <xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-8" role="2.8">
    <title>Index of new symbols in 2.8</title>
    <xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-10" role="2.10">
    <title>Index of new symbols in 2.10</title>
    <xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-12" role="2.12">
    <title>Index of new symbols in 2.12</title>
    <xi:include href="xml/api-index-2.12.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-14" role="2.14">
    <title>Index of new symbols in 2.14</title>
    <xi:include href="xml/api-index-2.14.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-16" role="2.16">
    <title>Index of new symbols in 2.16</title>
    <xi:include href="xml/api-index-2.16.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-18" role="2.18">
    <title>Index of new symbols in 2.18</title>
    <xi:include href="xml/api-index-2.18.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-20" role="2.20">
    <title>Index of new symbols in 2.20</title>
    <xi:include href="xml/api-index-2.20.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-22" role="2.22">
    <title>Index of new symbols in 2.22</title>
    <xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-24" role="2.24">
    <title>Index of new symbols in 2.24</title>
    <xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-26" role="2.26">
    <title>Index of new symbols in 2.26</title>
    <xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-28" role="2.28">
    <title>Index of new symbols in 2.28</title>
    <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-30" role="2.30">
    <title>Index of new symbols in 2.30</title>
    <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-32" role="2.32">
    <title>Index of new symbols in 2.32</title>
    <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-34" role="2.34">
    <title>Index of new symbols in 2.34</title>
    <xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-36" role="2.36">
    <title>Index of new symbols in 2.36</title>
    <xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-38" role="2.38">
    <title>Index of new symbols in 2.38</title>
    <xi:include href="xml/api-index-2.38.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-40" role="2.40">
    <title>Index of new symbols in 2.40</title>
    <xi:include href="xml/api-index-2.40.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-42" role="2.42">
    <title>Index of new symbols in 2.42</title>
    <xi:include href="xml/api-index-2.42.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-44" role="2.44">
    <title>Index of new symbols in 2.44</title>
    <xi:include href="xml/api-index-2.44.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-46" role="2.46">
    <title>Index of new symbols in 2.46</title>
    <xi:include href="xml/api-index-2.46.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-48" role="2.48">
    <title>Index of new symbols in 2.48</title>
    <xi:include href="xml/api-index-2.48.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-50" role="2.50">
    <title>Index of new symbols in 2.50</title>
    <xi:include href="xml/api-index-2.50.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-52" role="2.52">
    <title>Index of new symbols in 2.52</title>
    <xi:include href="xml/api-index-2.52.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-54" role="2.54">
    <title>Index of new symbols in 2.54</title>
    <xi:include href="xml/api-index-2.54.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-56" role="2.56">
    <title>Index of new symbols in 2.56</title>
    <xi:include href="xml/api-index-2.56.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-58" role="2.58">
    <title>Index of new symbols in 2.58</title>
    <xi:include href="xml/api-index-2.58.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-60" role="2.60">
    <title>Index of new symbols in 2.60</title>
    <xi:include href="xml/api-index-2.60.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-62" role="2.62">
    <title>Index of new symbols in 2.62</title>
    <xi:include href="xml/api-index-2.62.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-64" role="2.64">
    <title>Index of new symbols in 2.64</title>
    <xi:include href="xml/api-index-2.64.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-66" role="2.66">
    <title>Index of new symbols in 2.66</title>
    <xi:include href="xml/api-index-2.66.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-68" role="2.68">
    <title>Index of new symbols in 2.68</title>
    <xi:include href="xml/api-index-2.68.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-70" role="2.70">
    <title>Index of new symbols in 2.70</title>
    <xi:include href="xml/api-index-2.70.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-72" role="2.72">
    <title>Index of new symbols in 2.72</title>
    <xi:include href="xml/api-index-2.72.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-74" role="2.74">
    <title>Index of new symbols in 2.74</title>
    <xi:include href="xml/api-index-2.74.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-76" role="2.76">
    <title>Index of new symbols in 2.76</title>
    <xi:include href="xml/api-index-2.76.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-78" role="2.78">
    <title>Index of new symbols in 2.78</title>
    <xi:include href="xml/api-index-2.78.xml"><xi:fallback /></xi:include>
  </index>

  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>

</book>