From 7ecebc9a3182e7d37a0284f19e2d80a965c8a470 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Wed, 26 Aug 2009 04:27:04 +0200 Subject: Expose service dialling numbers stored on SIM through SimManager. --- include/dbus.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/dbus.h b/include/dbus.h index 1d9f59f3..5a421199 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -52,6 +52,9 @@ void ofono_dbus_dict_append(DBusMessageIter *dict, const char *key, int type, void ofono_dbus_dict_append_array(DBusMessageIter *dict, const char *key, int type, void *val); +void ofono_dbus_dict_append_dict(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); @@ -62,6 +65,12 @@ int ofono_dbus_signal_array_property_changed(DBusConnection *conn, const char *name, int type, void *value); +int ofono_dbus_signal_dict_property_changed(DBusConnection *conn, + const char *path, + const char *interface, + const char *name, int type, + void *value); + #ifdef __cplusplus } #endif -- cgit v1.2.3