[Telepathy-commits] [telepathy-gabble/master] conn-requests: add placeholder for iterating over channel managers when implementing RequestChannel

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Aug 20 09:38:29 PDT 2008


20080729172623-53eee-102749032bc75835d532e652681c32f4cf1d4caf.gz
---
 src/conn-requests.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/conn-requests.c b/src/conn-requests.c
index 9197d3f..d075872 100644
--- a/src/conn-requests.c
+++ b/src/conn-requests.c
@@ -395,6 +395,11 @@ conn_requests_request_channel (TpSvcConnection *iface,
       type, handle_type, handle, suppress_handler);
   g_ptr_array_add (self->channel_requests, request);
 
+  for (i = 0; i < self->channel_managers->len; i++)
+    {
+      /* FIXME: ask it if it can satisfy this request */
+    }
+
   for (i = 0; i < self->channel_factories->len; i++)
     {
       TpChannelFactoryIface *factory = g_ptr_array_index (
-- 
1.5.6.3




More information about the Telepathy-commits mailing list