Add GConverter interface
[platform/upstream/glib.git] / gio / gio.h
1 /* GIO - GLib Input, Output and Streaming Library
2  *
3  * Copyright (C) 2006-2007 Red Hat, Inc.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General
16  * Public License along with this library; if not, write to the
17  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
18  * Boston, MA 02111-1307, USA.
19  *
20  * Author: Alexander Larsson <alexl@redhat.com>
21  */
22
23 #ifndef __G_IO_H__
24 #define __G_IO_H__
25
26 #define __GIO_GIO_H_INSIDE__
27
28 #include <gio/giotypes.h>
29
30 #include <gio/gappinfo.h>
31 #include <gio/gasyncresult.h>
32 #include <gio/gasyncinitable.h>
33 #include <gio/gbufferedinputstream.h>
34 #include <gio/gbufferedoutputstream.h>
35 #include <gio/gcancellable.h>
36 #include <gio/gcontenttype.h>
37 #include <gio/gconverter.h>
38 #include <gio/gdatainputstream.h>
39 #include <gio/gdataoutputstream.h>
40 #include <gio/gdrive.h>
41 #include <gio/gemblemedicon.h>
42 #include <gio/gfile.h>
43 #include <gio/gfileattribute.h>
44 #include <gio/gfileenumerator.h>
45 #include <gio/gfileicon.h>
46 #include <gio/gfileinfo.h>
47 #include <gio/gfileinputstream.h>
48 #include <gio/gfilemonitor.h>
49 #include <gio/gfilenamecompleter.h>
50 #include <gio/gfileoutputstream.h>
51 #include <gio/gfilterinputstream.h>
52 #include <gio/gfilteroutputstream.h>
53 #include <gio/gicon.h>
54 #include <gio/ginetaddress.h>
55 #include <gio/ginetsocketaddress.h>
56 #include <gio/ginputstream.h>
57 #include <gio/gioenums.h>
58 #include <gio/gioenumtypes.h>
59 #include <gio/gioerror.h>
60 #include <gio/giomodule.h>
61 #include <gio/ginitable.h>
62 #include <gio/gioscheduler.h>
63 #include <gio/giostream.h>
64 #include <gio/gfileiostream.h>
65 #include <gio/gloadableicon.h>
66 #include <gio/gmemoryinputstream.h>
67 #include <gio/gmemoryoutputstream.h>
68 #include <gio/gmount.h>
69 #include <gio/gmountoperation.h>
70 #include <gio/gnativevolumemonitor.h>
71 #include <gio/gnetworkaddress.h>
72 #include <gio/gnetworkservice.h>
73 #include <gio/goutputstream.h>
74 #include <gio/gresolver.h>
75 #include <gio/gseekable.h>
76 #include <gio/gsimpleasyncresult.h>
77 #include <gio/gsocket.h>
78 #include <gio/gsocketaddress.h>
79 #include <gio/gsocketaddressenumerator.h>
80 #include <gio/gsocketclient.h>
81 #include <gio/gsocketconnectable.h>
82 #include <gio/gsocketconnection.h>
83 #include <gio/gsocketcontrolmessage.h>
84 #include <gio/gsocketlistener.h>
85 #include <gio/gsocketservice.h>
86 #include <gio/gtcpconnection.h>
87 #include <gio/gthreadedsocketservice.h>
88 #include <gio/gsrvtarget.h>
89 #include <gio/gthemedicon.h>
90 #include <gio/gvfs.h>
91 #include <gio/gvolume.h>
92 #include <gio/gvolumemonitor.h>
93
94 #undef __GIO_GIO_H_INSIDE__
95
96 #endif /* __G_IO_H__ */