dbus: Allow property setters to return method return message

Synchronous property setters can now either call complete with a NULL
error argument and return NULL, or return a method return message with
an empty signature on success.  Previously only error messages could
be directly returned like that.
1 file changed