summaryrefslogtreecommitdiff
path: root/daemon/gvfsreadchannel.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:57:08 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:57:08 +0000
commitfd9e5a6cd9eda6908eb48cbd433434f192b90922 (patch)
tree505a6ec4c00957ae12b72be3d1e2984f212ab774 /daemon/gvfsreadchannel.h
parentbfa91af000af5511c7a14ecd3427e6859653b62f (diff)
downloadgvfs-fd9e5a6cd9eda6908eb48cbd433434f192b90922.tar.gz
Revert "Move GVfsReadChannel into .c file, remove priv"
This reverts commit 8c69e9308a565dfc6774a5c0bf351da363b11a0c. Original git commit by Alexander Larsson <alex@greebo.(none)> at 1171622056 +0100 svn path=/trunk/; revision=353
Diffstat (limited to 'daemon/gvfsreadchannel.h')
-rw-r--r--daemon/gvfsreadchannel.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/daemon/gvfsreadchannel.h b/daemon/gvfsreadchannel.h
index 7139bf58..11e845bf 100644
--- a/daemon/gvfsreadchannel.h
+++ b/daemon/gvfsreadchannel.h
@@ -17,6 +17,14 @@ G_BEGIN_DECLS
typedef struct _GVfsReadChannel GVfsReadChannel;
typedef struct _GVfsReadChannelClass GVfsReadChannelClass;
+typedef struct _GVfsReadChannelPrivate GVfsReadChannelPrivate;
+
+struct _GVfsReadChannel
+{
+ GObject parent_instance;
+
+ GVfsReadChannelPrivate *priv;
+};
struct _GVfsReadChannelClass
{