From 3a11e84a573785024b11d89ed4f9b06e43b06ca6 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 16 Oct 2008 21:45:31 +0300 Subject: Add dict_append_array() --- src/dbus-common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/dbus-common.h') diff --git a/src/dbus-common.h b/src/dbus-common.h index 82438eca..83f77191 100644 --- a/src/dbus-common.h +++ b/src/dbus-common.h @@ -1,5 +1,4 @@ -/* - * +/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2006-2007 Nokia Corporation @@ -33,6 +32,9 @@ void hcid_dbus_unregister(void); void dict_append_entry(DBusMessageIter *dict, const char *key, int type, void *val); +void dict_append_array(DBusMessageIter *dict, const char *key, int type, + void *val, int n_elements); + dbus_bool_t dbus_connection_emit_property_changed(DBusConnection *conn, const char *path, const char *interface, -- cgit