summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-24 14:00:21 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-07-08 08:49:21 +0200
commit32ff32749f913893c4708d0e1ea1805ee7565479 (patch)
tree983720d01e058a1e16223d210a58a20319bf4af1 /telepathy-glib/account-channel-request.h
parent96023b36b2f1872cecef1d7660b502837e9e4338 (diff)
downloadtelepathy-glib-32ff32749f913893c4708d0e1ea1805ee7565479.tar.gz
add tp_account_channel_request_set_delegate_to_preferred_handler()
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 39d8b29db..07b323857 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -82,6 +82,10 @@ TpChannelRequest * tp_account_channel_request_get_channel_request (
void tp_account_channel_request_set_hints (TpAccountChannelRequest *self,
GHashTable *hints);
+void tp_account_channel_request_set_delegate_to_preferred_handler (
+ TpAccountChannelRequest *self,
+ gboolean delegate);
+
/* Request and handle API */
void tp_account_channel_request_create_and_handle_channel_async (