summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/account-channel-request.h')
-rw-r--r--telepathy-glib/account-channel-request.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h
index f143df821..b670222fd 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -158,6 +158,14 @@ void tp_account_channel_request_set_file_transfer_hash (
TpFileHashType hash_type,
const gchar *hash);
+/* Tube */
+
+_TP_AVAILABLE_IN_0_24
+TpAccountChannelRequest *tp_account_channel_request_new_stream_tube (
+ TpAccount *account,
+ const gchar *service,
+ gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
+
/* Channel target (shared between all channel types) */
_TP_AVAILABLE_IN_0_20