From 58f06324289d7d343a52a9104d02121cb8db1047 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 16 Oct 2008 22:31:41 +0300 Subject: Add emit_array_property_changed() --- src/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/device.c') diff --git a/src/device.c b/src/device.c index df9306eb..322d9efe 100644 --- a/src/device.c +++ b/src/device.c @@ -828,8 +828,8 @@ static void services_changed(struct btd_device *device) for (i = 0, l = device->uuids; l; l = l->next, i++) uuids[i] = l->data; - emit_property_changed(conn, device->path, DEVICE_INTERFACE, "UUIDs", - DBUS_TYPE_ARRAY, &uuids); + emit_array_property_changed(conn, device->path, DEVICE_INTERFACE, + "UUIDs", DBUS_TYPE_STRING, &uuids); g_free(uuids); } -- cgit