diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-19 12:19:08 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-19 12:19:08 -0800 |
commit | 2bd9cd76b63a3e6ef2d5a3278b9ff6cde65f355f (patch) | |
tree | 5d8a6b3b32d372c975879ac766143413453e3b10 /include/dbus.h | |
parent | 002f7173b8db3b7ec06940521e8bae35b9243fda (diff) | |
download | connman-2bd9cd76b63a3e6ef2d5a3278b9ff6cde65f355f.tar.gz connman-2bd9cd76b63a3e6ef2d5a3278b9ff6cde65f355f.tar.bz2 connman-2bd9cd76b63a3e6ef2d5a3278b9ff6cde65f355f.zip |
Add helper for sending PropertyChanged signal
Diffstat (limited to 'include/dbus.h')
-rw-r--r-- | include/dbus.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h index 3757fef8..d8a1854e 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -55,6 +55,10 @@ void connman_dbus_property_append_fixed_array(DBusMessageIter *iter, void connman_dbus_property_append_variable_array(DBusMessageIter *dict, const char *key, int type, connman_dbus_append_cb_t function); +dbus_bool_t connman_dbus_property_changed_basic(const char *path, + const char *interface, const char *key, + int type, void *val); + static inline void connman_dbus_dict_open(DBusMessageIter *iter, DBusMessageIter *dict) { |