summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-request.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-25 16:03:12 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-22 16:29:48 +0100
commitad698b29f23c9201efff7b4923760eefe4686488 (patch)
tree8121b0d5fafe73c34613676d2965d37dc5da9cc9 /telepathy-glib/channel-request.h
parent5ee96ec71302185c84e78b771f9acaa948823ad1 (diff)
downloadtelepathy-glib-ad698b29f23c9201efff7b4923760eefe4686488.tar.gz
TpChannelRequest: add API to get the hints
Diffstat (limited to 'telepathy-glib/channel-request.h')
-rw-r--r--telepathy-glib/channel-request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/channel-request.h b/telepathy-glib/channel-request.h
index 0b16920bb..5ffedfe1b 100644
--- a/telepathy-glib/channel-request.h
+++ b/telepathy-glib/channel-request.h
@@ -77,6 +77,8 @@ void tp_channel_request_set_channel_factory (TpChannelRequest *self,
const GHashTable * tp_channel_request_get_immutable_properties (
TpChannelRequest *self);
+const GHashTable * tp_channel_request_get_hints (TpChannelRequest *self);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel-request.h>