diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-18 23:46:00 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-18 23:46:00 +0000 |
commit | 8aa2613760bbe766d53f3f4b0683c3920aeff005 (patch) | |
tree | fbcb47b6f62ab6eb9251bacd0143adbc271efcf0 | |
parent | f7c027662d2066b3862f41dbae3b68e5c1bafce7 (diff) |
Add string array and byte array definitions
-rw-r--r-- | common/dbus-helper.h | 3 |
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); |