mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-06 19:28:22 +02:00
This seems to have been intended to give a more specific error message if the method call failed, but it will not have been effective, because dbus_connection_send_with_reply_and_block() ends with a check for ERROR messages using dbus_set_error_from_message(). This means that if the reply was an ERROR message, it will already have been converted into a DBusError by the time call_method() regains control. Signed-off-by: Simon McVittie <smcv@collabora.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile.am | ||
| meson.build | ||
| run-test-systemserver.sh | ||
| run-test.sh | ||
| test-autolaunch-win.c | ||
| test-autolaunch.c | ||
| test-ids.c | ||
| test-pending-call-disconnected.c | ||
| test-pending-call-dispatch.c | ||
| test-pending-call-timeout.c | ||
| test-privserver-client.c | ||
| test-shutdown.c | ||
| test-threads-init.c | ||