summaryrefslogtreecommitdiff
path: root/include/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-19 15:01:32 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-19 15:01:32 -0800
commit328d81c6cea8523694ca008e9f08008326f46439 (patch)
tree3fa930e1bc54c53549c24ad9d5b605d1c961ebb7 /include/dbus.h
parent9906db093ef4156a97bbb0d82e2666b34563af29 (diff)
downloadconnman-328d81c6cea8523694ca008e9f08008326f46439.tar.gz
connman-328d81c6cea8523694ca008e9f08008326f46439.tar.bz2
connman-328d81c6cea8523694ca008e9f08008326f46439.zip
Add D-Bus helper for array property changed signals
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 83f24f9e..fbbc9738 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -65,6 +65,9 @@ dbus_bool_t connman_dbus_property_changed_basic(const char *path,
dbus_bool_t connman_dbus_property_changed_dict(const char *path,
const char *interface, const char *key,
connman_dbus_append_cb_t function, void *user_data);
+dbus_bool_t connman_dbus_property_changed_array(const char *path,
+ const char *interface, const char *key, int type,
+ connman_dbus_append_cb_t function, void *user_data);
static inline void connman_dbus_dict_open(DBusMessageIter *iter,
DBusMessageIter *dict)