summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2009-08-26 04:27:04 +0200
committerDenis Kenzior <denkenz@gmail.com>2009-08-31 15:12:37 -0500
commit7ecebc9a3182e7d37a0284f19e2d80a965c8a470 (patch)
tree935459ceee01f5dda8a6907d46650f98030a94a2 /include/dbus.h
parentf21930f04ece61d8115d339703d607d173a98211 (diff)
downloadofono-7ecebc9a3182e7d37a0284f19e2d80a965c8a470.tar.bz2
Expose service dialling numbers stored on SIM through SimManager.
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h9
1 files changed, 9 insertions, 0 deletions
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