remove parens from section name, confuses gtk-doc
[platform/upstream/glib.git] / docs / reference / glib / glib-docs.sgml
1 <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
2 <!entity glib-Basic-Types SYSTEM "sgml/types.sgml">
3 <!entity glib-Limits-of-Basic-Types SYSTEM "sgml/limits.sgml">
4 <!entity glib-Standard-Macros SYSTEM "sgml/macros.sgml">
5 <!entity glib-Type-Conversion-Macros SYSTEM "sgml/type_conversion.sgml">
6 <!entity glib-Byte-Order-Macros SYSTEM "sgml/byte_order.sgml">
7 <!entity glib-Numerical-Definitions SYSTEM "sgml/numerical.sgml">
8 <!entity glib-Miscellaneous-Macros SYSTEM "sgml/macros_misc.sgml">
9 <!entity glib-Memory-Allocation SYSTEM "sgml/memory.sgml">
10 <!entity glib-Error-Reporting SYSTEM "sgml/error_reporting.sgml">
11 <!entity glib-Warnings-and-Assertions SYSTEM "sgml/warnings.sgml">
12 <!entity glib-Message-Logging SYSTEM "sgml/messages.sgml">
13 <!entity glib-Timers SYSTEM "sgml/timers.sgml">
14 <!entity glib-String-Utility-Functions SYSTEM "sgml/string_utils.sgml">
15 <!entity glib-Character-Set-Conversion SYSTEM "sgml/conversions.sgml">
16 <!entity glib-Unicode-Manipulation SYSTEM "sgml/unicode.sgml">
17 <!entity glib-Random-Numbers SYSTEM "sgml/random_numbers.sgml">
18 <!entity glib-Miscellaneous-Utility-Functions SYSTEM "sgml/misc_utils.sgml">
19 <!entity glib-Date-and-Time-Functions SYSTEM "sgml/date.sgml">
20 <!entity glib-The-Main-Event-Loop SYSTEM "sgml/main.sgml">
21 <!entity glib-Threads SYSTEM "sgml/threads.sgml">
22 <!entity glib-Thread-Pools SYSTEM "sgml/thread_pools.sgml">
23 <!entity glib-Async-Queues SYSTEM "sgml/async_queues.sgml">
24 <!entity glib-IO-Channels SYSTEM "sgml/iochannels.sgml">
25 <!entity glib-Hook-Functions SYSTEM "sgml/hooks.sgml">
26 <!entity glib-Lexical-Scanner SYSTEM "sgml/scanner.sgml">
27 <!entity glib-Dynamic-Loading-of-Modules SYSTEM "sgml/modules.sgml">
28 <!entity glib-Automatic-String-Completion SYSTEM "sgml/completion.sgml">
29 <!entity glib-Windows-Compatability-Functions SYSTEM "sgml/windows.sgml">
30 <!entity glib-Memory-Chunks SYSTEM "sgml/memory_chunks.sgml">
31 <!entity glib-Doubly-Linked-Lists SYSTEM "sgml/linked_lists_double.sgml">
32 <!entity glib-Singly-Linked-Lists SYSTEM "sgml/linked_lists_single.sgml">
33 <!entity glib-Double-ended-Queues SYSTEM "sgml/queue.sgml">
34 <!entity glib-Trash-Stacks SYSTEM "sgml/trash_stack.sgml">
35 <!entity glib-Hash-Tables SYSTEM "sgml/hash_tables.sgml">
36 <!entity glib-Strings SYSTEM "sgml/strings.sgml">
37 <!entity glib-String-Chunks SYSTEM "sgml/string_chunks.sgml">
38 <!entity glib-Arrays SYSTEM "sgml/arrays.sgml">
39 <!entity glib-Pointer-Arrays SYSTEM "sgml/arrays_pointer.sgml">
40 <!entity glib-Byte-Arrays SYSTEM "sgml/arrays_byte.sgml">
41 <!entity glib-Balanced-Binary-Trees SYSTEM "sgml/trees-binary.sgml">
42 <!entity glib-N-ary-Trees SYSTEM "sgml/trees-nary.sgml">
43 <!entity glib-Quarks SYSTEM "sgml/quarks.sgml">
44 <!entity glib-Keyed-Data-Lists SYSTEM "sgml/datalist.sgml">
45 <!entity glib-Datasets SYSTEM "sgml/datasets.sgml">
46 <!entity glib-Relations-and-Tuples SYSTEM "sgml/relations.sgml">
47 <!entity glib-Caches SYSTEM "sgml/caches.sgml">
48 <!entity glib-Memory-Allocators SYSTEM "sgml/allocators.sgml">
49 <!entity glib-Spawn SYSTEM "sgml/spawn.sgml">
50 <!entity glib-Fileutils SYSTEM "sgml/fileutils.sgml">
51 <!entity glib-Shell SYSTEM "sgml/shell.sgml">
52 <!entity glib-Markup SYSTEM "sgml/markup.sgml">
53
54 ]>
55 <book id="index">
56   <bookinfo>
57     <title>GLib Reference Manual</title>
58   </bookinfo>
59
60   <chapter id="glib-fundamentals">
61     <title>GLib Fundamentals</title>
62     &glib-Basic-Types;
63     &glib-Limits-of-Basic-Types;
64     &glib-Standard-Macros;
65     &glib-Type-Conversion-Macros;
66     &glib-Byte-Order-Macros;
67     &glib-Numerical-Definitions;
68     &glib-Miscellaneous-Macros;
69   </chapter>
70
71   <chapter id="glib-core">
72     <title>GLib Core Application Support</title>
73     &glib-The-Main-Event-Loop;
74     &glib-Threads;
75     &glib-Thread-Pools;
76     &glib-Async-Queues;
77     &glib-Dynamic-Loading-of-Modules;
78     &glib-Memory-Allocation;
79     &glib-IO-Channels;
80     &glib-Error-Reporting;
81     &glib-Warnings-and-Assertions;
82     &glib-Message-Logging;
83   </chapter>
84
85   <chapter id="glib-utilities">
86     <title>GLib Utilities</title>
87     &glib-String-Utility-Functions;
88     &glib-Character-Set-Conversion;
89     &glib-Unicode-Manipulation;
90     &glib-Date-and-Time-Functions;
91     &glib-Random-Numbers;   
92     &glib-Hook-Functions;
93     &glib-Miscellaneous-Utility-Functions;
94     &glib-Lexical-Scanner;
95     &glib-Automatic-String-Completion;
96     &glib-Timers;
97     &glib-Spawn;
98     &glib-Fileutils;
99     &glib-Shell;
100     &glib-Markup;
101     &glib-Windows-Compatability-Functions;
102   </chapter>
103
104   <chapter id="glib-data-types">
105     <title>GLib Data Types</title>
106     &glib-Memory-Chunks;
107     &glib-Doubly-Linked-Lists;
108     &glib-Singly-Linked-Lists;
109     &glib-Double-ended-Queues;
110     &glib-Trash-Stacks;
111     &glib-Hash-Tables;
112     &glib-Strings;
113     &glib-String-Chunks;
114     &glib-Arrays;
115     &glib-Pointer-Arrays;
116     &glib-Byte-Arrays;
117     &glib-Balanced-Binary-Trees;
118     &glib-N-ary-Trees;
119     &glib-Quarks;
120     &glib-Keyed-Data-Lists;
121     &glib-Datasets;
122     &glib-Relations-and-Tuples;
123     &glib-Caches;
124     &glib-Memory-Allocators;
125   </chapter>
126 </book>