summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-29 10:26:38 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-29 12:26:05 -0500
commitd9025e13e1bc7fd697e8d68ef858b611bc7c5548 (patch)
treeec40a45427e780650f283803af12b300a0a5394e /include/dbus.h
parent55787fe87656df850390b6f17ff6254b729fe107 (diff)
downloadofono-d9025e13e1bc7fd697e8d68ef858b611bc7c5548.tar.bz2
Move & Rename PROPERTIES_ARRAY_SIGNATURE
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 738c03a8..064f5e9a 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -30,6 +30,12 @@ extern "C" {
#define OFONO_SERVICE "org.ofono"
+/* Essentially a{sv} */
+#define OFONO_PROPERTIES_ARRAY_SIGNATURE DBUS_DICT_ENTRY_BEGIN_CHAR_AS_STRING \
+ DBUS_TYPE_STRING_AS_STRING \
+ DBUS_TYPE_VARIANT_AS_STRING \
+ DBUS_DICT_ENTRY_END_CHAR_AS_STRING
+
DBusConnection *ofono_dbus_get_connection();
int ofono_dbus_signal_property_changed(DBusConnection *conn, const char *path,