summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-19 12:26:09 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 14:50:14 +0200
commit51487e6aa62e43661f32ec8055a8185d661cff49 (patch)
treee8b1b8e2e43257da1f82f9542cd620964e896de4 /telepathy-glib/account-channel-request.h
parent08fa36559db4ee3909c4f62e15fc2b64c0c181ab (diff)
downloadtelepathy-glib-51487e6aa62e43661f32ec8055a8185d661cff49.tar.gz
tp_account_channel_request_new_vardict: add
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55099
Diffstat (limited to 'telepathy-glib/account-channel-request.h')
-rw-r--r--telepathy-glib/account-channel-request.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h
index b78f1145c..fe0b10261 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -66,6 +66,11 @@ TpAccountChannelRequest * tp_account_channel_request_new (
TpAccount *account,
GHashTable *request,
gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
+_TP_AVAILABLE_IN_UNRELEASED
+TpAccountChannelRequest * tp_account_channel_request_new_vardict (
+ TpAccount *account,
+ GVariant *request,
+ gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
TpAccount * tp_account_channel_request_get_account (
TpAccountChannelRequest *self);