diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-16 21:45:31 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-16 21:45:31 +0300 |
commit | 3a11e84a573785024b11d89ed4f9b06e43b06ca6 (patch) | |
tree | 4afa2c368b8ce3afcea6d3530e77165cd8699a71 /src/dbus-common.h | |
parent | 9673b91678c5efa9d3581b0140676eaa543627e1 (diff) |
Add dict_append_array()
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r-- | src/dbus-common.h | 6 |
1 files changed, 4 insertions, 2 deletions
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, |