Updates
[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         <xi:include href="xml/gdesktopappinfo.xml"/>
71     </chapter>
72     
73     <chapter id="volume_mon">
74         <title>Volumes and Drives</title>
75         <xi:include href="xml/gvolumemonitor.xml"/>
76         <xi:include href="xml/gvolume.xml"/>
77         <xi:include href="xml/gmount.xml"/>
78         <xi:include href="xml/gdrive.xml"/>
79         <xi:include href="xml/gunixmounts.xml"/>
80     </chapter>
81     <chapter id="icons">
82         <title>Icons</title>
83         <xi:include href="xml/gicon.xml"/>
84         <xi:include href="xml/gfileicon.xml"/>
85         <xi:include href="xml/gloadableicon.xml"/>
86         <xi:include href="xml/gthemedicon.xml"/>
87     </chapter>
88     <chapter id="utils">   
89         <title>Utilities</title>
90         <xi:include href="xml/gfilenamecompleter.xml"/>
91     </chapter>
92     <chapter id="extending">
93         <title>Extending GIO</title>
94         <xi:include href="xml/gvfs.xml"/>
95         <xi:include href="xml/giomodule.xml"/>
96     </chapter>
97   </part>
98
99   <chapter id="gio-hierarchy">
100     <title>Object Hierarchy</title>
101       <xi:include href="xml/tree_index.sgml"/>
102   </chapter>
103   
104   <index>
105     <title id="index-all">Index</title>
106   </index>
107 </book>