From d9025e13e1bc7fd697e8d68ef858b611bc7c5548 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 29 Jul 2009 10:26:38 -0500 Subject: Move & Rename PROPERTIES_ARRAY_SIGNATURE --- include/dbus.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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, -- cgit v1.2.3