summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-29 10:26:55 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-29 12:26:05 -0500
commit6728542a012fc57afd051bdac8f26c89b707b4a2 (patch)
tree58587f44ffa2187be0d1b6b8962b6df6970bee94 /include/dbus.h
parentd9025e13e1bc7fd697e8d68ef858b611bc7c5548 (diff)
downloadofono-6728542a012fc57afd051bdac8f26c89b707b4a2.tar.bz2
Rename dbus_gsm_dict_append
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 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);