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 % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 <!ENTITY version SYSTEM "version.xml">
7 <book lang="en" id="gio" xmlns:xi="http://www.w3.org/2003/XInclude">
8 <title>GIO Reference Manual</title>
10 <title>GIO Reference Manual</title>
13 The latest version of this documentation can be found on-line at
14 <ulink role="online-location" url="http://library.gnome.org/devel/gio/unstable/">http://library.gnome.org/devel/gio/unstable/</ulink>.
18 <xi:include href="xml/overview.xml"/>
21 <title>API Reference</title>
22 <chapter id="file_ops">
23 <title>File Operations</title>
24 <xi:include href="xml/gfile.xml"/>
25 <xi:include href="xml/gfileattribute.xml"/>
26 <xi:include href="xml/gfileinfo.xml"/>
27 <xi:include href="xml/gfileenumerator.xml"/>
28 <xi:include href="xml/gioerror.xml"/>
29 <xi:include href="xml/gmountoperation.xml"/>
31 <chapter id="file_mon">
32 <title>File System Monitoring</title>
33 <xi:include href="xml/gfilemonitor.xml"/>
36 <title>File-related Utilities</title>
37 <xi:include href="xml/gfilenamecompleter.xml"/>
40 <title>Asynchronous I/O</title>
41 <xi:include href="xml/gcancellable.xml"/>
42 <xi:include href="xml/gasyncresult.xml"/>
43 <xi:include href="xml/gioscheduler.xml"/>
44 <xi:include href="xml/gsimpleasyncresult.xml"/>
46 <chapter id="conversion">
47 <title>Data conversion</title>
48 <xi:include href="xml/gconverter.xml"/>
49 <xi:include href="xml/gcharsetconverter.xml"/>
50 <xi:include href="xml/gzcompressor.xml"/>
51 <xi:include href="xml/gzdecompressor.xml"/>
53 <chapter id="streaming">
54 <title>Streaming I/O</title>
55 <xi:include href="xml/gseekable.xml"/>
56 <xi:include href="xml/ginputstream.xml"/>
57 <xi:include href="xml/goutputstream.xml"/>
58 <xi:include href="xml/giostream.xml"/>
59 <xi:include href="xml/gfileinputstream.xml"/>
60 <xi:include href="xml/gfileoutputstream.xml"/>
61 <xi:include href="xml/gfileiostream.xml"/>
62 <xi:include href="xml/gfiledescriptorbased.xml"/>
63 <xi:include href="xml/gfilterinputstream.xml"/>
64 <xi:include href="xml/gfilteroutputstream.xml"/>
65 <xi:include href="xml/gmemoryinputstream.xml"/>
66 <xi:include href="xml/gmemoryoutputstream.xml"/>
67 <xi:include href="xml/gbufferedinputstream.xml"/>
68 <xi:include href="xml/gbufferedoutputstream.xml"/>
69 <xi:include href="xml/gdatainputstream.xml"/>
70 <xi:include href="xml/gdataoutputstream.xml"/>
71 <xi:include href="xml/gunixinputstream.xml"/>
72 <xi:include href="xml/gunixoutputstream.xml"/>
73 <xi:include href="xml/gconverterinputstream.xml"/>
74 <xi:include href="xml/gconverteroutputstream.xml"/>
75 <xi:include href="xml/gpollableinputstream.xml"/>
76 <xi:include href="xml/gpollableoutputstream.xml"/>
79 <title>File types and applications</title>
80 <xi:include href="xml/gcontenttype.xml"/>
81 <xi:include href="xml/gappinfo.xml"/>
82 <xi:include href="xml/gdesktopappinfo.xml"/>
84 <chapter id="volume_mon">
85 <title>Volumes and Drives</title>
86 <xi:include href="xml/gvolumemonitor.xml"/>
87 <xi:include href="xml/gvolume.xml"/>
88 <xi:include href="xml/gmount.xml"/>
89 <xi:include href="xml/gdrive.xml"/>
90 <xi:include href="xml/gunixmounts.xml"/>
94 <xi:include href="xml/gicon.xml"/>
95 <xi:include href="xml/gfileicon.xml"/>
96 <xi:include href="xml/gloadableicon.xml"/>
97 <xi:include href="xml/gthemedicon.xml"/>
98 <xi:include href="xml/gemblemedicon.xml"/>
99 <xi:include href="xml/gemblem.xml"/>
101 <chapter id="failable_initialization">
102 <title>Failable Initialization</title>
103 <xi:include href="xml/ginitable.xml"/>
104 <xi:include href="xml/gasyncinitable.xml"/>
106 <chapter id="networking">
107 <title>Lowlevel network support</title>
108 <xi:include href="xml/gsocket.xml"/>
109 <xi:include href="xml/ginetaddress.xml"/>
110 <xi:include href="xml/gsocketaddress.xml"/>
111 <xi:include href="xml/ginetsocketaddress.xml"/>
112 <xi:include href="xml/gunixsocketaddress.xml"/>
113 <xi:include href="xml/gsocketcontrolmessage.xml"/>
114 <xi:include href="xml/gunixfdlist.xml"/>
115 <xi:include href="xml/gunixfdmessage.xml"/>
116 <xi:include href="xml/gcredentials.xml"/>
117 <xi:include href="xml/gunixcredentialsmessage.xml"/>
118 <xi:include href="xml/gproxy.xml"/>
119 <xi:include href="xml/gproxyaddress.xml"/>
121 <chapter id="highlevel-socket">
122 <title>Highlevel network functionallity</title>
123 <xi:include href="xml/gsocketclient.xml"/>
124 <xi:include href="xml/gsocketconnection.xml"/>
125 <xi:include href="xml/gunixconnection.xml"/>
126 <xi:include href="xml/gtcpconnection.xml"/>
127 <xi:include href="xml/gtcpwrapperconnection.xml"/>
128 <xi:include href="xml/gsocketlistener.xml"/>
129 <xi:include href="xml/gsocketservice.xml"/>
130 <xi:include href="xml/gthreadedsocketservice.xml"/>
133 <title>TLS (SSL) support</title>
134 <xi:include href="xml/gtls.xml"/>
135 <xi:include href="xml/gtlscertificate.xml"/>
136 <xi:include href="xml/gtlsconnection.xml"/>
137 <xi:include href="xml/gtlsclientconnection.xml"/>
138 <xi:include href="xml/gtlsserverconnection.xml"/>
139 <xi:include href="xml/gtlsbackend.xml"/>
141 <chapter id="resolver">
142 <title>DNS resolution</title>
143 <xi:include href="xml/gresolver.xml"/>
144 <xi:include href="xml/gproxyresolver.xml"/>
145 <xi:include href="xml/gsocketconnectable.xml"/>
146 <xi:include href="xml/gnetworkaddress.xml"/>
147 <xi:include href="xml/gnetworkservice.xml"/>
148 <xi:include href="xml/gsrvtarget.xml"/>
150 <chapter id="gdbus-lowlevel">
151 <title>Lowlevel D-Bus Support</title>
152 <xi:include href="xml/gdbusutils.xml"/>
153 <xi:include href="xml/gdbusaddress.xml"/>
154 <xi:include href="xml/gdbusintrospection.xml"/>
155 <xi:include href="xml/gdbuserror.xml"/>
156 <xi:include href="xml/gdbusmessage.xml"/>
157 <xi:include href="xml/gdbusconnection.xml"/>
158 <xi:include href="xml/gdbusmethodinvocation.xml"/>
159 <xi:include href="xml/gdbusserver.xml"/>
160 <xi:include href="xml/gdbusauthobserver.xml"/>
162 <chapter id="gdbus-convenience">
163 <title>Highlevel D-Bus Support</title>
164 <xi:include href="xml/gdbusnameowning.xml"/>
165 <xi:include href="xml/gdbusnamewatching.xml"/>
166 <xi:include href="xml/gdbusproxy.xml"/>
168 <chapter id="settings">
169 <title>Settings</title>
170 <xi:include href="xml/gsettings.xml"/>
171 <xi:include href="xml/gsettingsbackend.xml"/>
173 <chapter id='permissions'>
174 <title>Permissions</title>
175 <xi:include href="xml/gpermission.xml"/>
176 <xi:include href="xml/gsimplepermission.xml"/>
178 <chapter id="application">
179 <title>Application support</title>
180 <xi:include href="xml/gactiongroup.xml"/>
181 <xi:include href="xml/gsimpleactiongroup.xml"/>
182 <xi:include href="xml/gaction.xml"/>
183 <xi:include href="xml/gsimpleaction.xml"/>
184 <xi:include href="xml/gapplication.xml"/>
185 <xi:include href="xml/gapplicationcommandline.xml"/>
187 <chapter id="extending">
188 <title>Extending GIO</title>
189 <xi:include href="xml/gvfs.xml"/>
190 <xi:include href="xml/giomodule.xml"/>
191 <xi:include href="xml/extensionpoints.xml"/>
194 <title>GIO Tools</title>
195 <xi:include href="gio-querymodules.xml"/>
196 <xi:include href="gsettings.xml"/>
197 <xi:include href="glib-compile-schemas.xml"/>
198 <xi:include href="gdbus.xml"/>
202 <part id="migrating">
203 <title>Migrating to GIO</title>
204 <xi:include href="xml/migrating-posix.xml"/>
205 <xi:include href="xml/migrating-gnome-vfs.xml"/>
206 <xi:include href="xml/migrating-gconf.xml"/>
207 <xi:include href="xml/migrating-gdbus.xml"/>
210 <chapter id="gio-hierarchy">
211 <title>Object Hierarchy</title>
212 <xi:include href="xml/tree_index.sgml"/>
215 <index id="api-index-full">
216 <title id="index-all">Index</title>
217 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
219 <index id="api-index-deprecated" role="deprecated">
220 <title>Index of deprecated symbols</title>
221 <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
223 <index id="api-index-2-18" role="2.18">
224 <title>Index of new symbols in 2.18</title>
225 <xi:include href="xml/api-index-2.18.xml"><xi:fallback /></xi:include>
227 <index id="api-index-2-20" role="2.20">
228 <title>Index of new symbols in 2.20</title>
229 <xi:include href="xml/api-index-2.20.xml"><xi:fallback /></xi:include>
231 <index id="api-index-2-22" role="2.22">
232 <title>Index of new symbols in 2.22</title>
233 <xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
235 <index id="api-index-2-24" role="2.24">
236 <title>Index of new symbols in 2.24</title>
237 <xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
239 <index id="api-index-2-26" role="2.26">
240 <title>Index of new symbols in 2.26</title>
241 <xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
243 <index id="api-index-2-28" role="2.28">
244 <title>Index of new symbols in 2.28</title>
245 <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
248 <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>