diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-19 15:01:32 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-19 15:01:32 -0800 |
commit | 328d81c6cea8523694ca008e9f08008326f46439 (patch) | |
tree | 3fa930e1bc54c53549c24ad9d5b605d1c961ebb7 /include/dbus.h | |
parent | 9906db093ef4156a97bbb0d82e2666b34563af29 (diff) | |
download | connman-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.h | 3 |
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) |