summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-29 10:31:24 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-22 16:29:48 +0100
commitc7d94a807499b5cbeed7ac4ae05f1bf423e156c6 (patch)
tree935afcb6fae6eb182c0f1e89f6cfc21b9fe11088 /telepathy-glib/account-channel-request.h
parentad698b29f23c9201efff7b4923760eefe4686488 (diff)
downloadtelepathy-glib-c7d94a807499b5cbeed7ac4ae05f1bf423e156c6.tar.gz
add tp_account_channel_request_set_hints()
Diffstat (limited to 'telepathy-glib/account-channel-request.h')
-rw-r--r--telepathy-glib/account-channel-request.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h
index a561170e4..39d8b29db 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -75,9 +75,13 @@ void tp_account_channel_request_set_channel_factory (
TpAccountChannelRequest *self,
TpClientChannelFactory *factory);
+
TpChannelRequest * tp_account_channel_request_get_channel_request (
TpAccountChannelRequest *self);
+void tp_account_channel_request_set_hints (TpAccountChannelRequest *self,
+ GHashTable *hints);
+
/* Request and handle API */
void tp_account_channel_request_create_and_handle_channel_async (