Allow interaction when unmounting mounts
[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/gunixfdmessage.xml"/>
109     </chapter>
110     <chapter id="resolver">
111       <title>DNS resolution</title>
112       <xi:include href="xml/gresolver.xml"/>
113       <xi:include href="xml/gsocketconnectable.xml"/>
114       <xi:include href="xml/gnetworkaddress.xml"/>
115       <xi:include href="xml/gnetworkservice.xml"/>
116       <xi:include href="xml/gsrvtarget.xml"/>
117     </chapter>
118     <chapter id="highlevel-socket">
119       <title>Highlevel network functionallity</title>
120       <xi:include href="xml/gsocketclient.xml"/>
121       <xi:include href="xml/gsocketconnection.xml"/>
122       <xi:include href="xml/gsocketlistener.xml"/>
123       <xi:include href="xml/gsocketservice.xml"/>
124       <xi:include href="xml/gthreadedsocketservice.xml"/>
125     </chapter>
126     <chapter id="utils">
127         <title>Utilities</title>
128         <xi:include href="xml/gfilenamecompleter.xml"/>
129     </chapter>
130     <chapter id="extending">
131         <title>Extending GIO</title>
132         <xi:include href="xml/gvfs.xml"/>
133         <xi:include href="xml/giomodule.xml"/>
134         <xi:include href="xml/extensionpoints.xml"/>
135     </chapter>
136   </part>
137
138   <xi:include href="xml/migrating.xml"/>
139
140   <chapter id="gio-hierarchy">
141     <title>Object Hierarchy</title>
142       <xi:include href="xml/tree_index.sgml"/>
143   </chapter>
144   
145   <index>
146     <title id="index-all">Index</title>
147   </index>
148   <index role="deprecated">
149     <title>Index of deprecated symbols</title>
150   </index>
151   <index role="2.18">
152     <title>Index of new symbols in 2.18</title>
153   </index>
154   <index role="2.20">
155     <title>Index of new symbols in 2.20</title>
156   </index>
157   <index role="2.22">
158     <title>Index of new symbols in 2.22</title>
159   </index>
160 </book>