2.19.0
[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>for GIO &version;</releaseinfo>
11   </bookinfo>
12
13   <xi:include href="xml/overview.xml"/>
14
15   <part>
16   <title>API Reference</title>
17     <chapter id="file_ops">
18         <title>File Operations</title>
19         <xi:include href="xml/gfile.xml"/>
20         <xi:include href="xml/gfileattribute.xml"/>
21         <xi:include href="xml/gfileinfo.xml"/>
22         <xi:include href="xml/gfileenumerator.xml"/>
23         <xi:include href="xml/gmountoperation.xml"/>
24         <xi:include href="xml/gioerror.xml"/>
25     </chapter>
26     <chapter id="file_mon">
27         <title>File System Monitoring</title>
28         <xi:include href="xml/gfilemonitor.xml"/>
29     </chapter>
30     <chapter id="async">
31         <title>Asynchronous I/O</title>
32         <xi:include href="xml/gcancellable.xml"/>
33         <xi:include href="xml/gasyncresult.xml"/>
34         <xi:include href="xml/gioscheduler.xml"/>
35         <xi:include href="xml/gsimpleasyncresult.xml"/>
36     </chapter>
37     
38     <chapter id="streaming">
39         <title>Streaming I/O</title>
40         <xi:include href="xml/gseekable.xml"/>
41
42         <xi:include href="xml/ginputstream.xml"/>        
43         <xi:include href="xml/goutputstream.xml"/>
44
45         <xi:include href="xml/gfileinputstream.xml"/>
46         <xi:include href="xml/gfileoutputstream.xml"/>
47
48         <xi:include href="xml/gfilterinputstream.xml"/>        
49         <xi:include href="xml/gfilteroutputstream.xml"/>
50         
51         <xi:include href="xml/gmemoryinputstream.xml"/>        
52         <xi:include href="xml/gmemoryoutputstream.xml"/>
53         
54         <xi:include href="xml/gbufferedinputstream.xml"/>
55         <xi:include href="xml/gbufferedoutputstream.xml"/>
56         
57         <xi:include href="xml/gdatainputstream.xml"/>
58         <xi:include href="xml/gdataoutputstream.xml"/>
59         
60         <xi:include href="xml/gunixinputstream.xml"/>
61         <xi:include href="xml/gunixoutputstream.xml"/>
62
63     </chapter>
64
65     <chapter id="types">
66         <title>File types and applications</title>
67         <xi:include href="xml/gcontenttype.xml"/>
68         <xi:include href="xml/gappinfo.xml"/>
69         <xi:include href="xml/gdesktopappinfo.xml"/>
70     </chapter>
71     
72     <chapter id="volume_mon">
73         <title>Volumes and Drives</title>
74         <xi:include href="xml/gvolumemonitor.xml"/>
75         <xi:include href="xml/gvolume.xml"/>
76         <xi:include href="xml/gmount.xml"/>
77         <xi:include href="xml/gdrive.xml"/>
78         <xi:include href="xml/gunixmounts.xml"/>
79     </chapter>
80     <chapter id="icons">
81         <title>Icons</title>
82         <xi:include href="xml/gicon.xml"/>
83         <xi:include href="xml/gfileicon.xml"/>
84         <xi:include href="xml/gloadableicon.xml"/>
85         <xi:include href="xml/gthemedicon.xml"/>
86         <xi:include href="xml/gemblemedicon.xml"/>
87         <xi:include href="xml/gemblem.xml"/>
88     </chapter>
89     <chapter id="utils">   
90         <title>Utilities</title>
91         <xi:include href="xml/gfilenamecompleter.xml"/>
92     </chapter>
93     <chapter id="extending">
94         <title>Extending GIO</title>
95         <xi:include href="xml/gvfs.xml"/>
96         <xi:include href="xml/giomodule.xml"/>
97         <xi:include href="xml/extensionpoints.xml"/>
98     </chapter>
99   </part>
100
101   <xi:include href="xml/migrating.xml"/>
102
103   <chapter id="gio-hierarchy">
104     <title>Object Hierarchy</title>
105       <xi:include href="xml/tree_index.sgml"/>
106   </chapter>
107   
108   <index>
109     <title id="index-all">Index</title>
110   </index>
111   <index role="2.18">
112     <title>Index of new symbols in 2.18</title>
113   </index>
114   <index role="2.20">
115     <title>Index of new symbols in 2.20</title>
116   </index>
117 </book>