summaryrefslogtreecommitdiff
path: root/tests/dbus
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-26 14:37:41 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-26 16:30:50 +0100
commitb29452b531d9edadeb5558697c58c35ecf2f44c2 (patch)
treec48191112ae06a300dbcce0d2b23665f0e3cce19 /tests/dbus
parentb8b0af6611ffabc84ad992697e2ae6c87e3483d8 (diff)
downloadtelepathy-glib-b29452b531d9edadeb5558697c58c35ecf2f44c2.tar.gz
Use tp_value_array_free instead of g_value_array_free
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'tests/dbus')
-rw-r--r--tests/dbus/contacts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/contacts.c b/tests/dbus/contacts.c
index 9a4e9cc1e..0155cd221 100644
--- a/tests/dbus/contacts.c
+++ b/tests/dbus/contacts.c
@@ -326,7 +326,7 @@ test_contact_info (Fixture *f,
GCancellable *cancellable;
/* Create fake info fields */
- info = g_ptr_array_new_with_free_func ((GDestroyNotify) g_value_array_free);
+ info = g_ptr_array_new_with_free_func ((GDestroyNotify) tp_value_array_free);
g_ptr_array_add (info, tp_value_array_build (3,
G_TYPE_STRING, "n",
G_TYPE_STRV, NULL,