Initial commit
[platform/upstream/glib2.0.git] / docs / reference / gio / html / gio-hierarchy.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Object Hierarchy</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7 <link rel="home" href="index.html" title="GIO Reference Manual">
8 <link rel="up" href="index.html" title="GIO Reference Manual">
9 <link rel="prev" href="ch20s03.html" title="Mime monitoring">
10 <link rel="next" href="api-index-full.html" title="Index">
11 <meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 <link rel="part" href="pt01.html" title="Part I. GIO Overview">
14 <link rel="chapter" href="ch01.html" title="Introduction">
15 <link rel="chapter" href="ch02.html" title="Compiling GIO applications">
16 <link rel="chapter" href="ch03.html" title="Running GIO applications">
17 <link rel="chapter" href="extending-gio.html" title="Extending GIO">
18 <link rel="part" href="pt02.html" title="Part II. API Reference">
19 <link rel="chapter" href="file_ops.html" title="File Operations">
20 <link rel="chapter" href="file_mon.html" title="File System Monitoring">
21 <link rel="chapter" href="async.html" title="Asynchronous I/O">
22 <link rel="chapter" href="conversion.html" title="Data conversion">
23 <link rel="chapter" href="streaming.html" title="Streaming I/O">
24 <link rel="chapter" href="types.html" title="File types and applications">
25 <link rel="chapter" href="volume_mon.html" title="Volumes and Drives">
26 <link rel="chapter" href="icons.html" title="Icons">
27 <link rel="chapter" href="failable_initialization.html" title="Failable Initialization">
28 <link rel="chapter" href="networking.html" title="Lowlevel platform-independent network support">
29 <link rel="chapter" href="resolver.html" title="DNS resolution">
30 <link rel="chapter" href="highlevel-socket.html" title="Highlevel network functionallity">
31 <link rel="chapter" href="utils.html" title="Utilities">
32 <link rel="chapter" href="extending.html" title="Extending GIO">
33 <link rel="part" href="migrating.html" title="Part III. Migrating to GIO">
34 <link rel="chapter" href="ch19.html" title="Migrating from POSIX to GIO">
35 <link rel="chapter" href="ch20.html" title="Migrating from GnomeVFS to GIO">
36 <link rel="chapter" href="gio-hierarchy.html" title="Object Hierarchy">
37 <link rel="index" href="api-index-full.html" title="Index">
38 <link rel="index" href="api-index-deprecated.html" title="Index of deprecated symbols">
39 <link rel="index" href="api-index-2-18.html" title="Index of new symbols in 2.18">
40 <link rel="index" href="api-index-2-20.html" title="Index of new symbols in 2.20">
41 <link rel="index" href="api-index-2-22.html" title="Index of new symbols in 2.22">
42 <link rel="index" href="api-index-2-24.html" title="Index of new symbols in 2.24">
43 </head>
44 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
45 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
46 <td><a accesskey="p" href="ch20s03.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
47 <td> </td>
48 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
49 <th width="100%" align="center">GIO Reference Manual</th>
50 <td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
51 </tr></table>
52 <div class="chapter" title="Object Hierarchy">
53 <div class="titlepage"><div><div><h2 class="title">
54 <a name="gio-hierarchy"></a>Object Hierarchy</h2></div></div></div>
55 <pre class="screen">
56     <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
57         <a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a>
58         <a class="link" href="GInputStream.html" title="GInputStream">GInputStream</a>
59             <a class="link" href="GFilterInputStream.html" title="GFilterInputStream">GFilterInputStream</a>
60                 <a class="link" href="GBufferedInputStream.html" title="GBufferedInputStream">GBufferedInputStream</a>
61                     <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
62                 <a class="link" href="gio-GConverterInputstream.html#GConverterInputStream">GConverterInputStream</a>
63             <a class="link" href="GFileInputStream.html" title="GFileInputStream">GFileInputStream</a>
64             <a class="link" href="GMemoryInputStream.html" title="GMemoryInputStream">GMemoryInputStream</a>
65             <a class="link" href="GUnixInputStream.html" title="GUnixInputStream">GUnixInputStream</a>
66         <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
67             <a class="link" href="GFilterOutputStream.html" title="GFilterOutputStream">GFilterOutputStream</a>
68                 <a class="link" href="GBufferedOutputStream.html" title="GBufferedOutputStream">GBufferedOutputStream</a>
69                 <a class="link" href="gio-GConverterOutputstream.html#GConverterOutputStream">GConverterOutputStream</a>
70                 <a class="link" href="GDataOutputStream.html" title="GDataOutputStream">GDataOutputStream</a>
71             <a class="link" href="GFileOutputStream.html" title="GFileOutputStream">GFileOutputStream</a>
72             <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
73             <a class="link" href="GUnixOutputStream.html" title="GUnixOutputStream">GUnixOutputStream</a>
74         <a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a>
75         <a class="link" href="GCharsetConverter.html" title="GCharsetConverter">GCharsetConverter</a>
76         <a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo">GDesktopAppInfo</a>
77         <a class="link" href="GEmblem.html" title="GEmblem">GEmblem</a>
78         <a class="link" href="GEmblemedIcon.html" title="GEmblemedIcon">GEmblemedIcon</a>
79         <a class="link" href="GFileEnumerator.html" title="GFileEnumerator">GFileEnumerator</a>
80         <a class="link" href="GFileIcon.html" title="GFileIcon">GFileIcon</a>
81         <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
82         <a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
83             <a class="link" href="GFileIOStream.html" title="GFileIOStream">GFileIOStream</a>
84             <a class="link" href="GSocketConnection.html" title="GSocketConnection">GSocketConnection</a>
85                 <a class="link" href="GSocketConnection.html#GTcpConnection">GTcpConnection</a>
86                 <a class="link" href="GSocketConnection.html#GUnixConnection">GUnixConnection</a>
87         <a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a>
88         <a class="link" href="GFilenameCompleter.html" title="GFilenameCompleter">GFilenameCompleter</a>
89         <a class="link" href="GInetAddress.html" title="GInetAddress">GInetAddress</a>
90         <a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
91             <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
92             <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
93         <a href="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html">GTypeModule</a>
94             <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
95         <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
96         <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor">GVolumeMonitor</a>
97         <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
98         <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
99         <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
100         <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
101         <a class="link" href="GSocketConnectable.html#GSocketAddressEnumerator">GSocketAddressEnumerator</a>
102         <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
103         <a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage">GSocketControlMessage</a>
104             <a class="link" href="GUnixFDMessage.html" title="GUnixFDMessage">GUnixFDMessage</a>
105         <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
106         <a class="link" href="GSocketListener.html" title="GSocketListener">GSocketListener</a>
107             <a class="link" href="GSocketService.html" title="GSocketService">GSocketService</a>
108                 <a class="link" href="GThreadedSocketService.html" title="GThreadedSocketService">GThreadedSocketService</a>
109         <a class="link" href="GThemedIcon.html" title="GThemedIcon">GThemedIcon</a>
110         <a class="link" href="GUnixFDList.html" title="GUnixFDList">GUnixFDList</a>
111         <a class="link" href="gio-Unix-Mounts.html#GUnixMountMonitor">GUnixMountMonitor</a>
112         <a class="link" href="GVfs.html" title="GVfs">GVfs</a>
113         <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
114         <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
115     GInterface
116         <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
117         <a class="link" href="GAsyncInitable.html" title="GAsyncInitable">GAsyncInitable</a>
118         <a class="link" href="GAsyncResult.html" title="GAsyncResult">GAsyncResult</a>
119         <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
120         <a class="link" href="GInitable.html" title="GInitable">GInitable</a>
121         <a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookup">GDesktopAppInfoLookup</a>
122         <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
123         <a class="link" href="GIcon.html" title="GIcon">GIcon</a>
124         <a class="link" href="GFileDescriptorBased.html" title="GFileDescriptorBased">GFileDescriptorBased</a>
125         <a class="link" href="GFile.html" title="GFile">GFile</a>
126         <a class="link" href="GLoadableIcon.html" title="GLoadableIcon">GLoadableIcon</a>
127         <a class="link" href="GSeekable.html" title="GSeekable">GSeekable</a>
128         <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
129         <a class="link" href="GMount.html" title="GMount">GMount</a>
130         <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
131 </pre>
132 </div>
133 <div class="footer">
134 <hr>
135           Generated by GTK-Doc V1.13</div>
136 </body>
137 </html>