summaryrefslogtreecommitdiff
path: root/daemon/gvfswritechannel.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:33:46 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:33:46 +0000
commit83b5d35fda9f011042fabbcf410ce67284475eb2 (patch)
treed51d0acd67bad88cc5798ef237e008538abb2a5a /daemon/gvfswritechannel.h
parent31553c7a759a472b382afdba77e531536f64c6e9 (diff)
downloadgvfs-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/gvfswritechannel.h')
-rw-r--r--daemon/gvfswritechannel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/gvfswritechannel.h b/daemon/gvfswritechannel.h
index b1af7341..d45feb7f 100644
--- a/daemon/gvfswritechannel.h
+++ b/daemon/gvfswritechannel.h
@@ -28,7 +28,8 @@ GType g_vfs_write_channel_get_type (void) G_GNUC_CONST;
GVfsWriteChannel *g_vfs_write_channel_new (GVfsBackend *backend);
void g_vfs_write_channel_send_written (GVfsWriteChannel *write_channel,
gsize bytes_written);
-void g_vfs_write_channel_send_closed (GVfsWriteChannel *write_channel);
+void g_vfs_write_channel_send_closed (GVfsWriteChannel *write_channel,
+ const char *etag);
void g_vfs_write_channel_send_seek_offset (GVfsWriteChannel *write_channel,
goffset offset);