More of the same
[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   <part>
13   <title>GIO Overview</title>
14   </part>
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         <xi:include href="xml/gdirectorymonitor.xml"/>
30     </chapter>
31     <chapter id="async">
32         <title>Asynchronous I/O</title>
33         <xi:include href="xml/gcancellable.xml"/>
34         <xi:include href="xml/gasyncresult.xml"/>
35         <xi:include href="xml/gioscheduler.xml"/>
36         <xi:include href="xml/gsimpleasyncresult.xml"/>
37     </chapter>
38     
39     <chapter id="streaming">
40         <title>Streaming I/O</title>
41         <xi:include href="xml/gseekable.xml"/>
42
43         <xi:include href="xml/ginputstream.xml"/>        
44         <xi:include href="xml/goutputstream.xml"/>
45
46         <xi:include href="xml/gfileinputstream.xml"/>
47         <xi:include href="xml/gfileoutputstream.xml"/>
48
49         <xi:include href="xml/gfilterinputstream.xml"/>        
50         <xi:include href="xml/gfilteroutputstream.xml"/>
51         
52         <xi:include href="xml/gmemoryinputstream.xml"/>        
53         <xi:include href="xml/gmemoryoutputstream.xml"/>
54         
55         <xi:include href="xml/gbufferedinputstream.xml"/>
56         <xi:include href="xml/gbufferedoutputstream.xml"/>
57         
58         <xi:include href="xml/gdatainputstream.xml"/>
59         <xi:include href="xml/gdataoutputstream.xml"/>
60         
61         <xi:include href="xml/gunixinputstream.xml"/>
62         <xi:include href="xml/gunixoutputstream.xml"/>
63
64     </chapter>
65
66     <chapter id="types">
67         <title>File types and applications</title>
68         <xi:include href="xml/gcontenttype.xml"/>
69         <xi:include href="xml/gappinfo.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/gdrive.xml"/>
77         <xi:include href="xml/gunixmounts.xml"/>
78     </chapter>
79     <chapter id="icons">
80         <title>Icons</title>
81         <xi:include href="xml/gicon.xml"/>
82         <xi:include href="xml/gfileicon.xml"/>
83         <xi:include href="xml/gloadableicon.xml"/>
84         <xi:include href="xml/gthemedicon.xml"/>
85     </chapter>
86     <chapter id="utils">   
87         <title>Utilities</title>
88         <xi:include href="xml/gfilenamecompleter.xml"/>
89         <xi:include href="xml/gurifuncs.xml"/>
90     </chapter>
91     <chapter id="extending">
92         <title>Extending GIO</title>
93         <xi:include href="xml/gvfs.xml"/>
94         <xi:include href="xml/giomodule.xml"/>
95     </chapter>
96   </part>
97
98   <chapter id="gio-hierarchy">
99     <title>Object Hierarchy</title>
100       <xi:include href="xml/tree_index.sgml"/>
101   </chapter>
102   
103   <index>
104     <title id="index-all">Index</title>
105   </index>
106 </book>