summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-06-25 19:39:54 +0200
committerAlexander Larsson <alexl@redhat.com>2009-06-25 21:00:38 +0200
commitb548be8088f83b8cdeb66198e6092edfa518613d (patch)
tree3cf60da1073aa50915b084702d95c4c79ab214b4 /client/gdaemonfile.h
parent2eb9e35ccf5112a6f01225c97b05e90eca8c7ea9 (diff)
downloadgvfs-b548be8088f83b8cdeb66198e6092edfa518613d.tar.gz
Implement metadata setting for remote locations
Diffstat (limited to 'client/gdaemonfile.h')
-rw-r--r--client/gdaemonfile.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/gdaemonfile.h b/client/gdaemonfile.h
index 297066a9..1c92e6ec 100644
--- a/client/gdaemonfile.h
+++ b/client/gdaemonfile.h
@@ -44,6 +44,14 @@ struct _GDaemonFileClass
GObjectClass parent_class;
};
+struct _GDaemonFile
+{
+ GObject parent_instance;
+
+ GMountSpec *mount_spec;
+ char *path;
+};
+
GType g_daemon_file_get_type (void) G_GNUC_CONST;
GFile * g_daemon_file_new (GMountSpec *mount_spec,