docs: Add missing API indexes for old versions
[glib.git] / docs / reference / glib / glib-docs.xml
blobafebbec8b17aac4e287020b2d42df18113f6aef9
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
3                       'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
4 <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
5 <!ENTITY version SYSTEM "version.xml">
6 ]>
7 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8   <bookinfo>
9     <title>GLib Reference Manual</title>
10     <releaseinfo>
11       for GLib &version;
12       The latest version of this documentation can be found on-line at
13       <ulink role="online-location" url="https://developer.gnome.org/glib/unstable/">https://developer.gnome.org/glib/unstable/</ulink>.
14     </releaseinfo>
15   </bookinfo>
17   <chapter id="glib">
18     <title>GLib Overview</title>
19     <para>
20       GLib is a general-purpose utility library, which provides many useful
21       data types, macros, type conversions, string utilities, file utilities,
22       a mainloop abstraction, and so on. It works on many UNIX-like platforms,
23       as well as Windows and OS X. GLib is released under the GNU Lesser
24       General Public License (GNU LGPL).
25     </para>
27     <xi:include href="building.xml" />
28     <xi:include href="cross.xml" />
29     <xi:include href="programming.xml" />
30     <xi:include href="xml/compiling.xml" />
31     <xi:include href="running.xml" />
32     <xi:include href="changes.xml" />
33     <xi:include href="resources.xml" />
35   </chapter>
37   <chapter id="glib-fundamentals">
38     <title>GLib Fundamentals</title>
39     <xi:include href="xml/version.xml" />
40     <xi:include href="xml/types.xml" />
41     <xi:include href="xml/macros.xml" />
42     <xi:include href="xml/type_conversion.xml" />
43     <xi:include href="xml/byte_order.xml" />
44     <xi:include href="xml/checkedmath.xml" />
45     <xi:include href="xml/numerical.xml" />
46     <xi:include href="xml/macros_misc.xml" />
47     <xi:include href="xml/atomic_operations.xml" />
48   </chapter>
50   <chapter id="glib-core">
51     <title>GLib Core Application Support</title>
52     <xi:include href="xml/main.xml" />
53     <xi:include href="xml/threads.xml" />
54     <xi:include href="xml/thread_pools.xml" />
55     <xi:include href="xml/async_queues.xml" />
56     <xi:include href="xml/modules.xml" />
57     <xi:include href="xml/memory.xml" />
58     <xi:include href="xml/memory_slices.xml" />
59     <xi:include href="xml/iochannels.xml" />
60     <xi:include href="xml/error_reporting.xml" />
61     <xi:include href="xml/warnings.xml" />
62     <xi:include href="xml/messages.xml" />
63   </chapter>
65   <chapter id="glib-utilities">
66     <title>GLib Utilities</title>
67     <xi:include href="xml/string_utils.xml" />
68     <xi:include href="xml/conversions.xml" />
69     <xi:include href="xml/unicode.xml" />
70     <xi:include href="xml/base64.xml" />
71     <xi:include href="xml/checksum.xml" />
72     <xi:include href="xml/hmac.xml" />
73     <xi:include href="xml/i18n.xml" />
74     <xi:include href="xml/date.xml" />
75     <xi:include href="xml/timezone.xml" />
76     <xi:include href="xml/date-time.xml" />
77     <xi:include href="xml/random_numbers.xml" />
78     <xi:include href="xml/hooks.xml" />
79     <xi:include href="xml/misc_utils.xml" />
80     <xi:include href="xml/scanner.xml" />
81     <xi:include href="xml/timers.xml" />
82     <xi:include href="xml/spawn.xml" />
83     <xi:include href="xml/fileutils.xml" />
84     <xi:include href="xml/gurifuncs.xml" />
85     <xi:include href="xml/ghostutils.xml" />
86     <xi:include href="xml/shell.xml" />
87     <xi:include href="xml/option.xml" />
88     <xi:include href="xml/patterns.xml" />
89     <xi:include href="xml/gregex.xml" />
90     <xi:include href="regex-syntax.xml" />
91     <xi:include href="xml/markup.xml" />
92     <xi:include href="xml/keyfile.xml" />
93     <xi:include href="xml/bookmarkfile.xml" />
94     <xi:include href="xml/testing.xml" />
95     <xi:include href="xml/gunix.xml" />
96     <xi:include href="xml/windows.xml" />
97     <xi:include href="xml/uuid.xml" />
98   </chapter>
100   <chapter id="glib-data-types">
101     <title>GLib Data Types</title>
102     <xi:include href="xml/linked_lists_double.xml" />
103     <xi:include href="xml/linked_lists_single.xml" />
104     <xi:include href="xml/queue.xml" />
105     <xi:include href="xml/sequence.xml" />
106     <xi:include href="xml/trash_stack.xml" />
107     <xi:include href="xml/hash_tables.xml" />
108     <xi:include href="xml/strings.xml" />
109     <xi:include href="xml/string_chunks.xml" />
110     <xi:include href="xml/arrays.xml" />
111     <xi:include href="xml/arrays_pointer.xml" />
112     <xi:include href="xml/arrays_byte.xml" />
113     <xi:include href="xml/trees-binary.xml" />
114     <xi:include href="xml/trees-nary.xml" />
115     <xi:include href="xml/quarks.xml" />
116     <xi:include href="xml/datalist.xml" />
117     <xi:include href="xml/datasets.xml" />
118     <xi:include href="xml/gvarianttype.xml"/>
119     <xi:include href="xml/gvariant.xml"/>
120     <xi:include href="gvariant-varargs.xml"/>
121     <xi:include href="gvariant-text.xml"/>
122     <xi:include href="xml/refcount.xml"/>
123     <xi:include href="xml/rcbox.xml"/>
124     <xi:include href="xml/arcbox.xml"/>
125     <xi:include href="xml/refstring.xml"/>
126   </chapter>
128   <chapter id="deprecated">
129     <title>Deprecated APIs</title>
130     <xi:include href="xml/threads-deprecated.xml"/>
131     <xi:include href="xml/caches.xml" />
132     <xi:include href="xml/relations.xml" />
133     <xi:include href="xml/completion.xml" />
134   </chapter>
136   <chapter id="tools">
137     <title>GLib Tools</title>
138     <xi:include href="glib-gettextize.xml" />
139     <xi:include href="gtester.xml" />
140     <xi:include href="gtester-report.xml" />
141   </chapter>
143   <index id="api-index-full">
144     <title>Index</title>
145     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
146   </index>
147   <index id="api-index-deprecated" role="deprecated">
148     <title>Index of deprecated symbols</title>
149     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
150   </index>
151   <index id="api-index-2-2" role="2.2">
152     <title>Index of new symbols in 2.2</title>
153     <xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
154   </index>
155   <index id="api-index-2-4" role="2.4">
156     <title>Index of new symbols in 2.4</title>
157     <xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
158   </index>
159   <index id="api-index-2-6" role="2.6">
160     <title>Index of new symbols in 2.6</title>
161     <xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
162   </index>
163   <index id="api-index-2-8" role="2.8">
164     <title>Index of new symbols in 2.8</title>
165     <xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
166   </index>
167   <index id="api-index-2-10" role="2.10">
168     <title>Index of new symbols in 2.10</title>
169     <xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
170   </index>
171   <index id="api-index-2-12" role="2.12">
172     <title>Index of new symbols in 2.12</title>
173     <xi:include href="xml/api-index-2.12.xml"><xi:fallback /></xi:include>
174   </index>
175   <index id="api-index-2-14" role="2.14">
176     <title>Index of new symbols in 2.14</title>
177     <xi:include href="xml/api-index-2.14.xml"><xi:fallback /></xi:include>
178   </index>
179   <index id="api-index-2-16" role="2.16">
180     <title>Index of new symbols in 2.16</title>
181     <xi:include href="xml/api-index-2.16.xml"><xi:fallback /></xi:include>
182   </index>
183   <index id="api-index-2-18" role="2.18">
184     <title>Index of new symbols in 2.18</title>
185     <xi:include href="xml/api-index-2.18.xml"><xi:fallback /></xi:include>
186   </index>
187   <index id="api-index-2-20" role="2.20">
188     <title>Index of new symbols in 2.20</title>
189     <xi:include href="xml/api-index-2.20.xml"><xi:fallback /></xi:include>
190   </index>
191   <index id="api-index-2-22" role="2.22">
192     <title>Index of new symbols in 2.22</title>
193     <xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
194   </index>
195   <index id="api-index-2-24" role="2.24">
196     <title>Index of new symbols in 2.24</title>
197     <xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
198   </index>
199   <index id="api-index-2-26" role="2.26">
200     <title>Index of new symbols in 2.26</title>
201     <xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
202   </index>
203   <index id="api-index-2-28" role="2.28">
204     <title>Index of new symbols in 2.28</title>
205     <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
206   </index>
207   <index id="api-index-2-30" role="2.30">
208     <title>Index of new symbols in 2.30</title>
209     <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
210   </index>
211   <index id="api-index-2-32" role="2.32">
212     <title>Index of new symbols in 2.32</title>
213     <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
214   </index>
215   <index id="api-index-2-34" role="2.34">
216     <title>Index of new symbols in 2.34</title>
217     <xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
218   </index>
219   <index id="api-index-2-36" role="2.36">
220     <title>Index of new symbols in 2.36</title>
221     <xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
222   </index>
223   <index id="api-index-2-38" role="2.38">
224     <title>Index of new symbols in 2.38</title>
225     <xi:include href="xml/api-index-2.38.xml"><xi:fallback /></xi:include>
226   </index>
227   <index id="api-index-2-40" role="2.40">
228     <title>Index of new symbols in 2.40</title>
229     <xi:include href="xml/api-index-2.40.xml"><xi:fallback /></xi:include>
230   </index>
231   <index id="api-index-2-42" role="2.42">
232     <title>Index of new symbols in 2.42</title>
233     <xi:include href="xml/api-index-2.42.xml"><xi:fallback /></xi:include>
234   </index>
235   <index id="api-index-2-44" role="2.44">
236     <title>Index of new symbols in 2.44</title>
237     <xi:include href="xml/api-index-2.44.xml"><xi:fallback /></xi:include>
238   </index>
239   <index id="api-index-2-46" role="2.46">
240     <title>Index of new symbols in 2.46</title>
241     <xi:include href="xml/api-index-2.46.xml"><xi:fallback /></xi:include>
242   </index>
243   <index id="api-index-2-48" role="2.48">
244     <title>Index of new symbols in 2.48</title>
245     <xi:include href="xml/api-index-2.48.xml"><xi:fallback /></xi:include>
246   </index>
247   <index id="api-index-2-50" role="2.50">
248     <title>Index of new symbols in 2.50</title>
249     <xi:include href="xml/api-index-2.50.xml"><xi:fallback /></xi:include>
250   </index>
251   <index id="api-index-2-52" role="2.52">
252     <title>Index of new symbols in 2.52</title>
253     <xi:include href="xml/api-index-2.52.xml"><xi:fallback /></xi:include>
254   </index>
255   <index id="api-index-2-54" role="2.54">
256     <title>Index of new symbols in 2.54</title>
257     <xi:include href="xml/api-index-2.54.xml"><xi:fallback /></xi:include>
258   </index>
259   <index id="api-index-2-56" role="2.56">
260     <title>Index of new symbols in 2.56</title>
261     <xi:include href="xml/api-index-2.56.xml"><xi:fallback /></xi:include>
262   </index>
263   <index id="api-index-2-58" role="2.58">
264     <title>Index of new symbols in 2.58</title>
265     <xi:include href="xml/api-index-2.58.xml"><xi:fallback /></xi:include>
266   </index>
268   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
270 </book>