diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 10:35:50 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 10:35:50 +0000 |
commit | 4311de34b4e46bdca9c650f235fb0ab015a0847f (patch) | |
tree | 37d40e4966a2d7b2eac5122e944ba6b673910e97 /daemon/gvfsjobseekread.h | |
parent | 47f200386b742183ea7a131ef45236e47984be59 (diff) | |
download | gvfs-4311de34b4e46bdca9c650f235fb0ab015a0847f.tar.gz |
Initial work on the new way to track mountpoints.
Daemon side only.
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1165492556 +0100
svn path=/trunk/; revision=219
Diffstat (limited to 'daemon/gvfsjobseekread.h')
-rw-r--r-- | daemon/gvfsjobseekread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsjobseekread.h b/daemon/gvfsjobseekread.h index be11be53..15f5bc64 100644 --- a/daemon/gvfsjobseekread.h +++ b/daemon/gvfsjobseekread.h @@ -14,7 +14,6 @@ G_BEGIN_DECLS #define G_IS_VFS_JOB_SEEK_READ_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_VFS_JOB_SEEK_READ)) #define G_VFS_JOB_SEEK_READ_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_VFS_JOB_SEEK_READ, GVfsJobSeekReadClass)) -/* GVfsJobSeekRead declared in gvfsjob.h */ typedef struct _GVfsJobSeekReadClass GVfsJobSeekReadClass; struct _GVfsJobSeekRead @@ -22,6 +21,7 @@ struct _GVfsJobSeekRead GVfsJob parent_instance; GVfsReadChannel *channel; + GVfsBackend *backend; GVfsBackendHandle handle; GSeekType seek_type; goffset requested_offset; |