mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
GDBusConnection: fix message flags in g_dbus_connection_call_sync()
GDBusCallFlags were used instead of GDBusSendMessageFlags for g_dbus_connection_send_message_with_reply_sync(). Fixes bug #625753.
This commit is contained in:
parent
e7c7e46cf2
commit
892012b951
@ -5096,7 +5096,7 @@ g_dbus_connection_call_sync (GDBusConnection *connection,
|
|||||||
local_error = NULL;
|
local_error = NULL;
|
||||||
reply = g_dbus_connection_send_message_with_reply_sync (connection,
|
reply = g_dbus_connection_send_message_with_reply_sync (connection,
|
||||||
message,
|
message,
|
||||||
flags,
|
G_DBUS_SEND_MESSAGE_FLAGS_NONE,
|
||||||
timeout_msec,
|
timeout_msec,
|
||||||
NULL, /* volatile guint32 *out_serial */
|
NULL, /* volatile guint32 *out_serial */
|
||||||
cancellable,
|
cancellable,
|
||||||
|
Loading…
Reference in New Issue
Block a user