diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-17 05:30:10 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-17 05:30:10 +0200 |
commit | 5a5f2338053e56104bffde1a92a1d903ec934173 (patch) | |
tree | 5a9fb9d4dde3284db8d5a114d3db3dd372743844 /include/dbus.h | |
parent | fbcf1d17374c922631fc60c387210a594a8b0240 (diff) | |
download | connman-5a5f2338053e56104bffde1a92a1d903ec934173.tar.gz connman-5a5f2338053e56104bffde1a92a1d903ec934173.tar.bz2 connman-5a5f2338053e56104bffde1a92a1d903ec934173.zip |
Add generic D-Bus helpers
Diffstat (limited to 'include/dbus.h')
-rw-r--r-- | include/dbus.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h index a76aea24..58b0e835 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -46,6 +46,11 @@ extern "C" { #define CONNMAN_NETWORK_INTERFACE CONNMAN_SERVICE ".Network" +extern void connman_dbus_dict_append_array(DBusMessageIter *dict, + const char *key, int type, void *val, int len); +extern void connman_dbus_dict_append_variant(DBusMessageIter *dict, + const char *key, int type, void *val); + #ifdef __cplusplus } #endif |