summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-16 19:36:31 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-30 19:19:57 +0100
commit190bd127672dd8baa8c8415a543fd97dc2099d4b (patch)
treee6683b95f07e5f9f6a0ab478f49ef9684267afe4 /telepathy-glib/account-channel-request.h
parent0c4e961c10b5afbc322d6a36529b63c6f5f71496 (diff)
downloadtelepathy-glib-190bd127672dd8baa8c8415a543fd97dc2099d4b.tar.gz
tp_account_channel_request_new_file_transfer: add
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48780
Diffstat (limited to 'telepathy-glib/account-channel-request.h')
-rw-r--r--telepathy-glib/account-channel-request.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h
index 913739e51..1de6dd59d 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -102,6 +102,15 @@ TpAccountChannelRequest *tp_account_channel_request_new_audio_video_call (
TpAccount *account,
gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
+/* File transfer */
+
+TpAccountChannelRequest *tp_account_channel_request_new_file_transfer (
+ TpAccount *account,
+ const gchar *filename,
+ const gchar *mime_type,
+ guint64 size,
+ gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
+
/* Channel target (shared between all channel types) */
void tp_account_channel_request_set_target_contact (