Fix return values for async methods
Async methods should return "out" variables using dbus_g_method_return(), not through function parameters. Fixes crashing using those functions.
Please register or sign in to comment
Async methods should return "out" variables using dbus_g_method_return(), not through function parameters. Fixes crashing using those functions.