summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/dbus-helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dbus-helper.h b/common/dbus-helper.h
index 0e7162f2..0c33a04f 100644
--- a/common/dbus-helper.h
+++ b/common/dbus-helper.h
@@ -21,6 +21,9 @@
*
*/
+#define DBUS_TYPE_STRING_ARRAY_AS_STRING (DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_STRING_AS_STRING)
+#define DBUS_TYPE_BYTE_ARRAY_AS_STRING (DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_BYTE_AS_STRING)
+
DBusHandlerResult dbus_connection_send_and_unref(DBusConnection *connection,
DBusMessage *message);