summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-07 11:22:51 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-07 11:53:14 +0200
commit233ae50bfcf4558d204599d949e32f6f37460c16 (patch)
treea3d7d880f14ee405e5583508146f8152dedbdead /telepathy-glib/account-channel-request.h
parentec10bd4104fb3da276c07ad6f21f943519afd719 (diff)
downloadtelepathy-glib-233ae50bfcf4558d204599d949e32f6f37460c16.tar.gz
add tp_account_channel_request_set_channel_factory()
Diffstat (limited to 'telepathy-glib/account-channel-request.h')
-rw-r--r--telepathy-glib/account-channel-request.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h
index 27475d911..01b250739 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -27,6 +27,7 @@
#include <telepathy-glib/account.h>
#include <telepathy-glib/channel.h>
+#include <telepathy-glib/client-channel-factory.h>
#include <telepathy-glib/handle-channels-context.h>
G_BEGIN_DECLS
@@ -69,6 +70,10 @@ GHashTable * tp_account_channel_request_get_request (
gint64 tp_account_channel_request_get_user_action_time (
TpAccountChannelRequest *self);
+void tp_account_channel_request_set_channel_factory (
+ TpAccountChannelRequest *self,
+ TpClientChannelFactoryInterface *factory);
+
/* Request and handle API */
void tp_account_channel_request_create_and_handle_channel_async (