Remove GDirectoryMonitor refernces
[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     </chapter>
87     <chapter id="utils">   
88         <title>Utilities</title>
89         <xi:include href="xml/gfilenamecompleter.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   <xi:include href="xml/migrating.xml"/>
99
100   <chapter id="gio-hierarchy">
101     <title>Object Hierarchy</title>
102       <xi:include href="xml/tree_index.sgml"/>
103   </chapter>
104   
105   <index>
106     <title id="index-all">Index</title>
107   </index>
108 </book>