~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to docs/reference/glib/glib-docs.xml

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="http://library.gnome.org/devel/glib/unstable/">http://library.gnome.org/devel/glib/unstable/</ulink>.
 
14
    </releaseinfo>
 
15
  </bookinfo>
 
16
 
 
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 Library
 
24
      General Public License (GNU LGPL).
 
25
    </para>
 
26
 
 
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" />
 
34
 
 
35
  </chapter>
 
36
 
 
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/numerical.xml" />
 
45
    <xi:include href="xml/macros_misc.xml" />
 
46
    <xi:include href="xml/atomic_operations.xml" />
 
47
  </chapter>
 
48
 
 
49
  <chapter id="glib-core">
 
50
    <title>GLib Core Application Support</title>
 
51
    <xi:include href="xml/main.xml" />
 
52
    <xi:include href="xml/threads.xml" />
 
53
    <xi:include href="xml/thread_pools.xml" />
 
54
    <xi:include href="xml/async_queues.xml" />
 
55
    <xi:include href="xml/modules.xml" />
 
56
    <xi:include href="xml/memory.xml" />
 
57
    <xi:include href="xml/memory_slices.xml" />
 
58
    <xi:include href="xml/iochannels.xml" />
 
59
    <xi:include href="xml/error_reporting.xml" />
 
60
    <xi:include href="xml/warnings.xml" />
 
61
    <xi:include href="xml/messages.xml" />
 
62
  </chapter>
 
63
 
 
64
  <chapter id="glib-utilities">
 
65
    <title>GLib Utilities</title>
 
66
    <xi:include href="xml/string_utils.xml" />
 
67
    <xi:include href="xml/conversions.xml" />
 
68
    <xi:include href="xml/unicode.xml" />
 
69
    <xi:include href="xml/base64.xml" />
 
70
    <xi:include href="xml/checksum.xml" />
 
71
    <xi:include href="xml/hmac.xml" />
 
72
    <xi:include href="xml/i18n.xml" />
 
73
    <xi:include href="xml/date.xml" />
 
74
    <xi:include href="xml/timezone.xml" />
 
75
    <xi:include href="xml/date-time.xml" />
 
76
    <xi:include href="xml/random_numbers.xml" />
 
77
    <xi:include href="xml/hooks.xml" />
 
78
    <xi:include href="xml/misc_utils.xml" />
 
79
    <xi:include href="xml/scanner.xml" />
 
80
    <xi:include href="xml/timers.xml" />
 
81
    <xi:include href="xml/spawn.xml" />
 
82
    <xi:include href="xml/fileutils.xml" />
 
83
    <xi:include href="xml/gurifuncs.xml" />
 
84
    <xi:include href="xml/ghostutils.xml" />
 
85
    <xi:include href="xml/shell.xml" />
 
86
    <xi:include href="xml/option.xml" />
 
87
    <xi:include href="xml/patterns.xml" />
 
88
    <xi:include href="xml/gregex.xml" />
 
89
    <xi:include href="regex-syntax.xml" />
 
90
    <xi:include href="xml/markup.xml" />
 
91
    <xi:include href="xml/keyfile.xml" />
 
92
    <xi:include href="xml/bookmarkfile.xml" />
 
93
    <xi:include href="xml/testing.xml" />
 
94
    <xi:include href="xml/gunix.xml" />
 
95
    <xi:include href="xml/windows.xml" />
 
96
  </chapter>
 
97
 
 
98
  <chapter id="glib-data-types">
 
99
    <title>GLib Data Types</title>
 
100
    <xi:include href="xml/linked_lists_double.xml" />
 
101
    <xi:include href="xml/linked_lists_single.xml" />
 
102
    <xi:include href="xml/queue.xml" />
 
103
    <xi:include href="xml/sequence.xml" />
 
104
    <xi:include href="xml/trash_stack.xml" />
 
105
    <xi:include href="xml/hash_tables.xml" />
 
106
    <xi:include href="xml/strings.xml" />
 
107
    <xi:include href="xml/string_chunks.xml" />
 
108
    <xi:include href="xml/arrays.xml" />
 
109
    <xi:include href="xml/arrays_pointer.xml" />
 
110
    <xi:include href="xml/arrays_byte.xml" />
 
111
    <xi:include href="xml/trees-binary.xml" />
 
112
    <xi:include href="xml/trees-nary.xml" />
 
113
    <xi:include href="xml/quarks.xml" />
 
114
    <xi:include href="xml/datalist.xml" />
 
115
    <xi:include href="xml/datasets.xml" />
 
116
    <xi:include href="xml/gvarianttype.xml"/>
 
117
    <xi:include href="xml/gvariant.xml"/>
 
118
    <xi:include href="gvariant-varargs.xml"/>
 
119
    <xi:include href="gvariant-text.xml"/>
 
120
  </chapter>
 
121
 
 
122
  <chapter id="deprecated">
 
123
    <title>Deprecated APIs</title>
 
124
    <xi:include href="xml/threads-deprecated.xml"/>
 
125
    <xi:include href="xml/caches.xml" />
 
126
    <xi:include href="xml/relations.xml" />
 
127
    <xi:include href="xml/completion.xml" />
 
128
  </chapter>
 
129
 
 
130
  <chapter id="tools">
 
131
    <title>GLib Tools</title>
 
132
    <xi:include href="glib-gettextize.xml" />
 
133
    <xi:include href="gtester.xml" />
 
134
    <xi:include href="gtester-report.xml" />
 
135
  </chapter>
 
136
 
 
137
  <index id="api-index-full">
 
138
    <title>Index</title>
 
139
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 
140
  </index>
 
141
  <index id="api-index-deprecated" role="deprecated">
 
142
    <title>Index of deprecated symbols</title>
 
143
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
 
144
  </index>
 
145
  <index id="api-index-2-2" role="2.2">
 
146
    <title>Index of new symbols in 2.2</title>
 
147
    <xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
 
148
  </index>
 
149
  <index id="api-index-2-4" role="2.4">
 
150
    <title>Index of new symbols in 2.4</title>
 
151
    <xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
 
152
  </index>
 
153
  <index id="api-index-2-6" role="2.6">
 
154
    <title>Index of new symbols in 2.6</title>
 
155
    <xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
 
156
  </index>
 
157
  <index id="api-index-2-8" role="2.8">
 
158
    <title>Index of new symbols in 2.8</title>
 
159
    <xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
 
160
  </index>
 
161
  <index id="api-index-2-10" role="2.10">
 
162
    <title>Index of new symbols in 2.10</title>
 
163
    <xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
 
164
  </index>
 
165
  <index id="api-index-2-12" role="2.12">
 
166
    <title>Index of new symbols in 2.12</title>
 
167
    <xi:include href="xml/api-index-2.12.xml"><xi:fallback /></xi:include>
 
168
  </index>
 
169
  <index id="api-index-2-14" role="2.14">
 
170
    <title>Index of new symbols in 2.14</title>
 
171
    <xi:include href="xml/api-index-2.14.xml"><xi:fallback /></xi:include>
 
172
  </index>
 
173
  <index id="api-index-2-16" role="2.16">
 
174
    <title>Index of new symbols in 2.16</title>
 
175
    <xi:include href="xml/api-index-2.16.xml"><xi:fallback /></xi:include>
 
176
  </index>
 
177
  <index id="api-index-2-18" role="2.18">
 
178
    <title>Index of new symbols in 2.18</title>
 
179
    <xi:include href="xml/api-index-2.18.xml"><xi:fallback /></xi:include>
 
180
  </index>
 
181
  <index id="api-index-2-20" role="2.20">
 
182
    <title>Index of new symbols in 2.20</title>
 
183
    <xi:include href="xml/api-index-2.20.xml"><xi:fallback /></xi:include>
 
184
  </index>
 
185
  <index id="api-index-2-22" role="2.22">
 
186
    <title>Index of new symbols in 2.22</title>
 
187
    <xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
 
188
  </index>
 
189
  <index id="api-index-2-24" role="2.24">
 
190
    <title>Index of new symbols in 2.24</title>
 
191
    <xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
 
192
  </index>
 
193
  <index id="api-index-2-26" role="2.26">
 
194
    <title>Index of new symbols in 2.26</title>
 
195
    <xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
 
196
  </index>
 
197
  <index id="api-index-2-28" role="2.28">
 
198
    <title>Index of new symbols in 2.28</title>
 
199
    <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
 
200
  </index>
 
201
  <index id="api-index-2-30" role="2.30">
 
202
    <title>Index of new symbols in 2.30</title>
 
203
    <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
 
204
  </index>
 
205
  <index id="api-index-2-32" role="2.32">
 
206
    <title>Index of new symbols in 2.32</title>
 
207
    <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
 
208
  </index>
 
209
  <index id="api-index-2-34" role="2.34">
 
210
    <title>Index of new symbols in 2.34</title>
 
211
    <xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
 
212
  </index>
 
213
  <index id="api-index-2-36" role="2.36">
 
214
    <title>Index of new symbols in 2.36</title>
 
215
    <xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
 
216
  </index>
 
217
 
 
218
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
219
 
 
220
</book>