summaryrefslogtreecommitdiff
path: root/daemon/gvfsreadchannel.h
diff options
context:
space:
mode:
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
{