summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-request.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-25 15:32:13 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-22 16:29:48 +0100
commit5ee96ec71302185c84e78b771f9acaa948823ad1 (patch)
tree8ec4fa6bb09e33aa25e6aaebc661aeec1337329d /telepathy-glib/channel-request.h
parentb2ca5278ad30700f4083f166690678ce4d0ca58b (diff)
downloadtelepathy-glib-5ee96ec71302185c84e78b771f9acaa948823ad1.tar.gz
TpChannelRequest: store the immutable properties as a GObject prop
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 b6a00182f..0b16920bb 100644
--- a/telepathy-glib/channel-request.h
+++ b/telepathy-glib/channel-request.h
@@ -74,6 +74,9 @@ void tp_channel_request_init_known_interfaces (void);
void tp_channel_request_set_channel_factory (TpChannelRequest *self,
TpClientChannelFactory *factory);
+const GHashTable * tp_channel_request_get_immutable_properties (
+ TpChannelRequest *self);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel-request.h>