BugĀ 601637 - add GUnixFDList
[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     
42     <chapter id="streaming">
43         <title>Streaming I/O</title>
44         <xi:include href="xml/gseekable.xml"/>
45
46         <xi:include href="xml/ginputstream.xml"/>        
47         <xi:include href="xml/goutputstream.xml"/>
48         <xi:include href="xml/giostream.xml"/>
49
50         <xi:include href="xml/gfileinputstream.xml"/>
51         <xi:include href="xml/gfileoutputstream.xml"/>
52         <xi:include href="xml/gfileiostream.xml"/>
53
54         <xi:include href="xml/gfilterinputstream.xml"/>        
55         <xi:include href="xml/gfilteroutputstream.xml"/>
56         
57         <xi:include href="xml/gmemoryinputstream.xml"/>        
58         <xi:include href="xml/gmemoryoutputstream.xml"/>
59         
60         <xi:include href="xml/gbufferedinputstream.xml"/>
61         <xi:include href="xml/gbufferedoutputstream.xml"/>
62         
63         <xi:include href="xml/gdatainputstream.xml"/>
64         <xi:include href="xml/gdataoutputstream.xml"/>
65         
66         <xi:include href="xml/gunixinputstream.xml"/>
67         <xi:include href="xml/gunixoutputstream.xml"/>
68
69     </chapter>
70
71     <chapter id="types">
72         <title>File types and applications</title>
73         <xi:include href="xml/gcontenttype.xml"/>
74         <xi:include href="xml/gappinfo.xml"/>
75         <xi:include href="xml/gdesktopappinfo.xml"/>
76     </chapter>
77     
78     <chapter id="volume_mon">
79         <title>Volumes and Drives</title>
80         <xi:include href="xml/gvolumemonitor.xml"/>
81         <xi:include href="xml/gvolume.xml"/>
82         <xi:include href="xml/gmount.xml"/>
83         <xi:include href="xml/gdrive.xml"/>
84         <xi:include href="xml/gunixmounts.xml"/>
85     </chapter>
86     <chapter id="icons">
87         <title>Icons</title>
88         <xi:include href="xml/gicon.xml"/>
89         <xi:include href="xml/gfileicon.xml"/>
90         <xi:include href="xml/gloadableicon.xml"/>
91         <xi:include href="xml/gthemedicon.xml"/>
92         <xi:include href="xml/gemblemedicon.xml"/>
93         <xi:include href="xml/gemblem.xml"/>
94     </chapter>
95     <chapter id="failable_initialization">
96         <title>Failable Initialization</title>
97         <xi:include href="xml/ginitable.xml"/>
98         <xi:include href="xml/gasyncinitable.xml"/>
99     </chapter>
100     <chapter id="networking">
101       <title>Lowlevel platform-independent network support</title>
102       <xi:include href="xml/gsocket.xml"/>
103       <xi:include href="xml/ginetaddress.xml"/>
104       <xi:include href="xml/gsocketaddress.xml"/>
105       <xi:include href="xml/ginetsocketaddress.xml"/>
106       <xi:include href="xml/gunixsocketaddress.xml"/>
107       <xi:include href="xml/gsocketcontrolmessage.xml"/>
108       <xi:include href="xml/gunixfdlist.xml"/>
109       <xi:include href="xml/gunixfdmessage.xml"/>
110     </chapter>
111     <chapter id="resolver">
112       <title>DNS resolution</title>
113       <xi:include href="xml/gresolver.xml"/>
114       <xi:include href="xml/gsocketconnectable.xml"/>
115       <xi:include href="xml/gnetworkaddress.xml"/>
116       <xi:include href="xml/gnetworkservice.xml"/>
117       <xi:include href="xml/gsrvtarget.xml"/>
118     </chapter>
119     <chapter id="highlevel-socket">
120       <title>Highlevel network functionallity</title>
121       <xi:include href="xml/gsocketclient.xml"/>
122       <xi:include href="xml/gsocketconnection.xml"/>
123       <xi:include href="xml/gsocketlistener.xml"/>
124       <xi:include href="xml/gsocketservice.xml"/>
125       <xi:include href="xml/gthreadedsocketservice.xml"/>
126     </chapter>
127     <chapter id="utils">
128         <title>Utilities</title>
129         <xi:include href="xml/gfilenamecompleter.xml"/>
130     </chapter>
131     <chapter id="extending">
132         <title>Extending GIO</title>
133         <xi:include href="xml/gvfs.xml"/>
134         <xi:include href="xml/giomodule.xml"/>
135         <xi:include href="xml/extensionpoints.xml"/>
136     </chapter>
137   </part>
138
139   <xi:include href="xml/migrating.xml"/>
140
141   <chapter id="gio-hierarchy">
142     <title>Object Hierarchy</title>
143       <xi:include href="xml/tree_index.sgml"/>
144   </chapter>
145   
146   <index>
147     <title id="index-all">Index</title>
148   </index>
149   <index role="deprecated">
150     <title>Index of deprecated symbols</title>
151   </index>
152   <index role="2.18">
153     <title>Index of new symbols in 2.18</title>
154   </index>
155   <index role="2.20">
156     <title>Index of new symbols in 2.20</title>
157   </index>
158   <index role="2.22">
159     <title>Index of new symbols in 2.22</title>
160   </index>
161 </book>