diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 14:33:46 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 14:33:46 +0000 |
commit | 83b5d35fda9f011042fabbcf410ce67284475eb2 (patch) | |
tree | d51d0acd67bad88cc5798ef237e008538abb2a5a /daemon/gvfsjobclosewrite.h | |
parent | 31553c7a759a472b382afdba77e531536f64c6e9 (diff) | |
download | gvfs-83b5d35fda9f011042fabbcf410ce67284475eb2.tar.gz |
Implement etag sending on close in daemon stream
Original git commit by Alexander Larsson <alexl@redhat.com> at 1185358218 +0200
svn path=/trunk/; revision=709
Diffstat (limited to 'daemon/gvfsjobclosewrite.h')
-rw-r--r-- | daemon/gvfsjobclosewrite.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/gvfsjobclosewrite.h b/daemon/gvfsjobclosewrite.h index 14005cd5..0b5fa768 100644 --- a/daemon/gvfsjobclosewrite.h +++ b/daemon/gvfsjobclosewrite.h @@ -20,6 +20,7 @@ struct _GVfsJobCloseWrite { GVfsJob parent_instance; + char *etag; GVfsWriteChannel *channel; GVfsBackend *backend; GVfsBackendHandle handle; @@ -36,6 +37,9 @@ GVfsJob *g_vfs_job_close_write_new (GVfsWriteChannel *channel, GVfsBackendHandle handle, GVfsBackend *backend); +void g_vfs_job_close_write_set_etag (GVfsJobCloseWrite *job, + const char *etag); + G_END_DECLS #endif /* __G_VFS_JOB_CLOSE_WRITE_H__ */ |