summaryrefslogtreecommitdiff
path: root/gio/gvfs.h
diff options
context:
space:
mode:
authorCody Russell <bratsche@gnome.org>2008-07-01 06:32:35 +0000
committerCody Russell <bratsche@src.gnome.org>2008-07-01 06:32:35 +0000
commit3d93bf6968884d75dd2706ef85e2014305eb92f2 (patch)
tree61dabe5a334f7fdbf5e5cc4f170290500be00227 /gio/gvfs.h
parentf869b1f6937caeec034a60afed9e9a1ebd7da18a (diff)
downloadglib-3d93bf6968884d75dd2706ef85e2014305eb92f2.tar.gz
Moved all relevant typedefs into these files.
2008-07-01 Cody Russell <bratsche@gnome.org> * gio/gioenums.h: * gio/giotypes.h: Moved all relevant typedefs into these files. * gio/*.[ch]: Updated wrt added files. Split types into separate file for easier maintainership. (#538564) svn path=/trunk/; revision=7127
Diffstat (limited to 'gio/gvfs.h')
-rw-r--r--gio/gvfs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/gvfs.h b/gio/gvfs.h
index 9b8581ffe..90e533c1e 100644
--- a/gio/gvfs.h
+++ b/gio/gvfs.h
@@ -27,8 +27,7 @@
#ifndef __G_VFS_H__
#define __G_VFS_H__
-#include <glib-object.h>
-#include <gio/gfile.h>
+#include <gio/giotypes.h>
G_BEGIN_DECLS
@@ -52,7 +51,6 @@ G_BEGIN_DECLS
*
* Virtual File System object.
**/
-typedef struct _GVfs GVfs; /* Dummy typedef */
typedef struct _GVfsClass GVfsClass;
struct _GVfs {