summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 8df49e2e..54d6daa2 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -41,6 +41,9 @@ DBusConnection *ofono_dbus_get_connection();
void ofono_dbus_dict_append(DBusMessageIter *dict, const char *key, int type,
void *value);
+void ofono_dbus_dict_append_array(DBusMessageIter *dict, const char *key,
+ int type, void *val);
+
int ofono_dbus_signal_property_changed(DBusConnection *conn, const char *path,
const char *interface, const char *name,
int type, void *value);