diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-19 12:10:17 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-19 12:10:17 -0800 |
commit | 6f3c263d0724911ca629b42becca229d49f605dc (patch) | |
tree | 7709b83f94bf257b5958915a01a2bf845e07923c /include/dbus.h | |
parent | cd9d9e6b485cf730275680d8a4260003b206a1ae (diff) | |
download | connman-6f3c263d0724911ca629b42becca229d49f605dc.tar.gz connman-6f3c263d0724911ca629b42becca229d49f605dc.tar.bz2 connman-6f3c263d0724911ca629b42becca229d49f605dc.zip |
Create another helper for fixed array properties
Diffstat (limited to 'include/dbus.h')
-rw-r--r-- | include/dbus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h index 6a1feb9c..2b75d364 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -50,6 +50,8 @@ DBusConnection *connman_dbus_get_connection(void); void connman_dbus_property_append_variant(DBusMessageIter *property, const char *key, int type, void *val); +void connman_dbus_property_append_fixed_array(DBusMessageIter *iter, + const char *key, int type, void *val, int len); void connman_dbus_property_append_variable_array(DBusMessageIter *dict, const char *key, int type, connman_dbus_append_cb_t function); |