diff options
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, | 
