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/gbufferedinputstream.h> 33 #include <gio/gbufferedoutputstream.h> 34 #include <gio/gcancellable.h> 35 #include <gio/gcontenttype.h> 36 #include <gio/gdatainputstream.h> 37 #include <gio/gdataoutputstream.h> 38 #include <gio/gdrive.h> 39 #include <gio/gemblemedicon.h> 40 #include <gio/gfile.h> 41 #include <gio/gfileattribute.h> 42 #include <gio/gfileenumerator.h> 43 #include <gio/gfileicon.h> 44 #include <gio/gfileinfo.h> 45 #include <gio/gfileinputstream.h> 46 #include <gio/gfilemonitor.h> 47 #include <gio/gfilenamecompleter.h> 48 #include <gio/gfileoutputstream.h> 49 #include <gio/gfilterinputstream.h> 50 #include <gio/gfilteroutputstream.h> 51 #include <gio/gicon.h> 52 #include <gio/ginputstream.h> 53 #include <gio/gioenums.h> 54 #include <gio/gioenumtypes.h> 55 #include <gio/gioerror.h> 56 #include <gio/giomodule.h> 57 #include <gio/gioscheduler.h> 58 #include <gio/gloadableicon.h> 59 #include <gio/gmemoryinputstream.h> 60 #include <gio/gmemoryoutputstream.h> 61 #include <gio/gmount.h> 62 #include <gio/gmountoperation.h> 63 #include <gio/gnativevolumemonitor.h> 64 #include <gio/goutputstream.h> 65 #include <gio/gseekable.h> 66 #include <gio/gsimpleasyncresult.h> 67 #include <gio/gthemedicon.h> 68 #include <gio/gvfs.h> 69 #include <gio/gvolume.h> 70 #include <gio/gvolumemonitor.h> 71 72 #undef __GIO_GIO_H_INSIDE__ 73 74 #endif /* __G_IO_H__ */ 75