Hi Lucas,
According to dbus documentation, dbus_message_iter_append_basic()
expects a "const char**" if type is string and a simple pointer for
other types. Since we a iterating an array, the value passed is already
a pointer.
---
src/dbus.c | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
patch has been applied. Thanks.
Regards
Marcel