[folks/next] tp_client_factory_ensure_channel() now takes a GVariant as props



commit c820c8d94ca0394ff1663d1e5b31fef2e5e7a8d1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Mar 18 16:35:18 2014 +0100

    tp_client_factory_ensure_channel() now takes a GVariant as props

 tests/lib/telepathy/contactlist/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/util.c b/tests/lib/telepathy/contactlist/util.c
index 88045b0..6f60ac5 100644
--- a/tests/lib/telepathy/contactlist/util.c
+++ b/tests/lib/telepathy/contactlist/util.c
@@ -681,7 +681,7 @@ tp_tests_channel_new_from_properties (TpConnection *conn,
 
   factory = tp_proxy_get_factory (conn);
   return tp_client_factory_ensure_channel (factory, conn,
-      object_path, immutable_properties, error);
+      object_path, tp_asv_to_vardict (immutable_properties), error);
 }
 
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]