telepathy-qt: Remove references to deprecated tp_channel_borrow_immutable_properties
David Edmundson
davidedmundson at kemper.freedesktop.org
Mon Jun 17 11:31:22 PDT 2013
Module: telepathy-qt
Branch: master
Commit: 3de4dea2ca0338f7fa89b8c8f4f46c9547c89e3c
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=3de4dea2ca0338f7fa89b8c8f4f46c9547c89e3c
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Fri Feb 15 22:41:25 2013 +0000
Remove references to deprecated tp_channel_borrow_immutable_properties
and replace with tp_channel_dup_immutable_properties
this allows tests to compile against newer versions of Telepathy glib
Reviewed-by: Martin Klapetek <mklapetek at kde.org>
---
tests/lib/glib/simple-channel-dispatch-operation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/lib/glib/simple-channel-dispatch-operation.c b/tests/lib/glib/simple-channel-dispatch-operation.c
index 9adc9b0..cd727de 100644
--- a/tests/lib/glib/simple-channel-dispatch-operation.c
+++ b/tests/lib/glib/simple-channel-dispatch-operation.c
@@ -150,7 +150,7 @@ tp_tests_simple_channel_dispatch_operation_get_property (GObject *object,
tp_value_array_build (2,
DBUS_TYPE_G_OBJECT_PATH, tp_proxy_get_object_path (channel),
TP_HASH_TYPE_STRING_VARIANT_MAP,
- tp_channel_borrow_immutable_properties (channel),
+ tp_channel_dup_immutable_properties (channel),
G_TYPE_INVALID));
}
More information about the telepathy-commits
mailing list