660e1e69a1bcc2ec0603a9a7deda689332ba550e
[platform/upstream/glib.git] / docs / reference / gio / gio-docs.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4 <!ENTITY version SYSTEM "version.xml">
5 ]>
6 <book lang="en" id="gio" xmlns:xi="http://www.w3.org/2003/XInclude">
7 <title>GIO Reference Manual</title>
8   <bookinfo>
9     <title>GIO Reference Manual</title>
10     <releaseinfo>
11       for GIO &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/gio/unstable/">http://library.gnome.org/devel/gio/unstable/</ulink>.
14     </releaseinfo>
15   </bookinfo>
16
17   <xi:include href="xml/overview.xml"/>
18
19   <part>
20   <title>API Reference</title>
21     <chapter id="file_ops">
22         <title>File Operations</title>
23         <xi:include href="xml/gfile.xml"/>
24         <xi:include href="xml/gfileattribute.xml"/>
25         <xi:include href="xml/gfileinfo.xml"/>
26         <xi:include href="xml/gfileenumerator.xml"/>
27         <xi:include href="xml/gioerror.xml"/>
28         <xi:include href="xml/gmountoperation.xml"/>
29     </chapter>
30     <chapter id="file_mon">
31         <title>File System Monitoring</title>
32         <xi:include href="xml/gfilemonitor.xml"/>
33     </chapter>
34     <chapter id="async">
35         <title>Asynchronous I/O</title>
36         <xi:include href="xml/gcancellable.xml"/>
37         <xi:include href="xml/gasyncresult.xml"/>
38         <xi:include href="xml/gioscheduler.xml"/>
39         <xi:include href="xml/gsimpleasyncresult.xml"/>
40     </chapter>
41     <chapter id="conversion">
42         <title>Data conversion</title>
43         <xi:include href="xml/gconverter.xml"/>
44         <xi:include href="xml/gcharsetconverter.xml"/>
45         <xi:include href="xml/gzcompressor.xml"/>
46         <xi:include href="xml/gzdecompressor.xml"/>
47     </chapter>
48     <chapter id="streaming">
49         <title>Streaming I/O</title>
50         <xi:include href="xml/gseekable.xml"/>
51         <xi:include href="xml/ginputstream.xml"/>
52         <xi:include href="xml/goutputstream.xml"/>
53         <xi:include href="xml/giostream.xml"/>
54         <xi:include href="xml/gfileinputstream.xml"/>
55         <xi:include href="xml/gfileoutputstream.xml"/>
56         <xi:include href="xml/gfileiostream.xml"/>
57         <xi:include href="xml/gfilterinputstream.xml"/>
58         <xi:include href="xml/gfilteroutputstream.xml"/>
59         <xi:include href="xml/gmemoryinputstream.xml"/>
60         <xi:include href="xml/gmemoryoutputstream.xml"/>
61         <xi:include href="xml/gbufferedinputstream.xml"/>
62         <xi:include href="xml/gbufferedoutputstream.xml"/>
63         <xi:include href="xml/gdatainputstream.xml"/>
64         <xi:include href="xml/gdataoutputstream.xml"/>
65         <xi:include href="xml/gunixinputstream.xml"/>
66         <xi:include href="xml/gunixoutputstream.xml"/>
67         <xi:include href="xml/gconverterinputstream.xml"/>
68         <xi:include href="xml/gconverteroutputstream.xml"/>
69     </chapter>
70     <chapter id="types">
71         <title>File types and applications</title>
72         <xi:include href="xml/gcontenttype.xml"/>
73         <xi:include href="xml/gappinfo.xml"/>
74         <xi:include href="xml/gdesktopappinfo.xml"/>
75     </chapter>
76     <chapter id="volume_mon">
77         <title>Volumes and Drives</title>
78         <xi:include href="xml/gvolumemonitor.xml"/>
79         <xi:include href="xml/gvolume.xml"/>
80         <xi:include href="xml/gmount.xml"/>
81         <xi:include href="xml/gdrive.xml"/>
82         <xi:include href="xml/gunixmounts.xml"/>
83     </chapter>
84     <chapter id="icons">
85         <title>Icons</title>
86         <xi:include href="xml/gicon.xml"/>
87         <xi:include href="xml/gfileicon.xml"/>
88         <xi:include href="xml/gloadableicon.xml"/>
89         <xi:include href="xml/gthemedicon.xml"/>
90         <xi:include href="xml/gemblemedicon.xml"/>
91         <xi:include href="xml/gemblem.xml"/>
92     </chapter>
93     <chapter id="failable_initialization">
94         <title>Failable Initialization</title>
95         <xi:include href="xml/ginitable.xml"/>
96         <xi:include href="xml/gasyncinitable.xml"/>
97     </chapter>
98     <chapter id="networking">
99       <title>Lowlevel platform-independent network support</title>
100       <xi:include href="xml/gsocket.xml"/>
101       <xi:include href="xml/ginetaddress.xml"/>
102       <xi:include href="xml/gsocketaddress.xml"/>
103       <xi:include href="xml/ginetsocketaddress.xml"/>
104       <xi:include href="xml/gunixsocketaddress.xml"/>
105       <xi:include href="xml/gsocketcontrolmessage.xml"/>
106       <xi:include href="xml/gunixfdlist.xml"/>
107       <xi:include href="xml/gunixfdmessage.xml"/>
108     </chapter>
109     <chapter id="resolver">
110       <title>DNS resolution</title>
111       <xi:include href="xml/gresolver.xml"/>
112       <xi:include href="xml/gsocketconnectable.xml"/>
113       <xi:include href="xml/gnetworkaddress.xml"/>
114       <xi:include href="xml/gnetworkservice.xml"/>
115       <xi:include href="xml/gsrvtarget.xml"/>
116     </chapter>
117     <chapter id="highlevel-socket">
118       <title>Highlevel network functionallity</title>
119       <xi:include href="xml/gsocketclient.xml"/>
120       <xi:include href="xml/gsocketconnection.xml"/>
121       <xi:include href="xml/gsocketlistener.xml"/>
122       <xi:include href="xml/gsocketservice.xml"/>
123       <xi:include href="xml/gthreadedsocketservice.xml"/>
124     </chapter>
125     <chapter id="utils">
126         <title>Utilities</title>
127         <xi:include href="xml/gfilenamecompleter.xml"/>
128     </chapter>
129     <chapter id="extending">
130         <title>Extending GIO</title>
131         <xi:include href="xml/gvfs.xml"/>
132         <xi:include href="xml/giomodule.xml"/>
133         <xi:include href="xml/extensionpoints.xml"/>
134     </chapter>
135   </part>
136
137   <xi:include href="xml/migrating.xml"/>
138
139   <chapter id="gio-hierarchy">
140     <title>Object Hierarchy</title>
141       <xi:include href="xml/tree_index.sgml"/>
142   </chapter>
143   
144   <index>
145     <title id="index-all">Index</title>
146   </index>
147   <index role="deprecated">
148     <title>Index of deprecated symbols</title>
149   </index>
150   <index role="2.18">
151     <title>Index of new symbols in 2.18</title>
152   </index>
153   <index role="2.20">
154     <title>Index of new symbols in 2.20</title>
155   </index>
156   <index role="2.22">
157     <title>Index of new symbols in 2.22</title>
158   </index>
159   <index role="2.24">
160     <title>Index of new symbols in 2.24</title>
161   </index>
162 </book>