summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-25 12:39:59 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-25 12:39:59 +0100
commit410e44a648eb3bd2eb5db31a39326b01ac953eac (patch)
treeb1cc0f0a4a0ca6f63f1139c00fc08077749d69ed /telepathy-glib/account-channel-request.h
parent8cc41d121d1579893c2c7f7cc7bc90670170380f (diff)
downloadtelepathy-glib-410e44a648eb3bd2eb5db31a39326b01ac953eac.tar.gz
add tp_account_channel_request_set_file_transfer_hash()
Diffstat (limited to 'telepathy-glib/account-channel-request.h')
-rw-r--r--telepathy-glib/account-channel-request.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h
index f05571417..f143df821 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -152,6 +152,12 @@ void tp_account_channel_request_set_file_transfer_initial_offset (
TpAccountChannelRequest *self,
guint64 offset);
+_TP_AVAILABLE_IN_0_24
+void tp_account_channel_request_set_file_transfer_hash (
+ TpAccountChannelRequest *self,
+ TpFileHashType hash_type,
+ const gchar *hash);
+
/* Channel target (shared between all channel types) */
_TP_AVAILABLE_IN_0_20