diff options
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 064f5e9a..8df49e2e 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -38,6 +38,9 @@ extern "C" { DBusConnection *ofono_dbus_get_connection(); +void ofono_dbus_dict_append(DBusMessageIter *dict, const char *key, int type, + void *value); + int ofono_dbus_signal_property_changed(DBusConnection *conn, const char *path, const char *interface, const char *name, int type, void *value); |