summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-request.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-19 14:07:52 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 13:51:42 +0200
commit69305347a64f5cb3ac69db067f525855f6eeaa9c (patch)
tree455d4d5a73cad0b70aadbd9e323189185bc7ba59 /telepathy-glib/channel-request.h
parent3a7bc0a5b62c8eae5a3226ffbdfeffa7f1541e03 (diff)
downloadtelepathy-glib-69305347a64f5cb3ac69db067f525855f6eeaa9c.tar.gz
tp_channel_request_dup_hints: add
https://bugs.freedesktop.org/show_bug.cgi?id=55103
Diffstat (limited to 'telepathy-glib/channel-request.h')
-rw-r--r--telepathy-glib/channel-request.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/channel-request.h b/telepathy-glib/channel-request.h
index 85a943756..7fcbf325b 100644
--- a/telepathy-glib/channel-request.h
+++ b/telepathy-glib/channel-request.h
@@ -96,6 +96,9 @@ const gchar * tp_channel_request_get_preferred_handler (TpChannelRequest *self);
const GHashTable * tp_channel_request_get_hints (TpChannelRequest *self);
+_TP_AVAILABLE_IN_UNRELEASED
+GVariant *tp_channel_request_dup_hints (TpChannelRequest *self);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel-request.h>