From cd6b73bfa89df817e158cd736b8d05b10ccde19b Mon Sep 17 00:00:00 2001 From: Ricardo Roldao Date: Wed, 15 May 2024 14:10:57 +0100 Subject: [PATCH] test --- ...pi-dbus-add-send-with-reply-set-notify.patch | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/dbus-patches/capi-dbus-add-send-with-reply-set-notify.patch b/src/dbus-patches/capi-dbus-add-send-with-reply-set-notify.patch index fee91c3..0373fcd 100644 --- a/src/dbus-patches/capi-dbus-add-send-with-reply-set-notify.patch +++ b/src/dbus-patches/capi-dbus-add-send-with-reply-set-notify.patch @@ -9,13 +9,13 @@ Subject: [PATCH] Add dbus_connection_send_with_reply_set_notify function for dbus/dbus-connection.h | 10 ++++ 2 files changed, 165 insertions(+) -diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c +diff --git a\dbus\dbus-connection.c b\dbus\dbus-connection.c index e1068e3..233f179 100644 ---- a/dbus/dbus-connection.c -+++ b/dbus/dbus-connection.c +--- a\dbus\dbus-connection.c ++++ b\dbus\dbus-connection.c @@ -3482,6 +3482,161 @@ dbus_connection_send_with_reply (DBusConnection *connection, } - + /** + * Queues a message to send, as with dbus_connection_send(), + * but also returns a #DBusPendingCall used to receive a reply to the @@ -175,10 +175,10 @@ index e1068e3..233f179 100644 * Sends a message and blocks a certain time period while waiting for * a reply. This function does not reenter the main loop, * i.e. messages other than the reply are queued up but not -diff --git a/dbus/dbus-connection.h b/dbus/dbus-connection.h +diff --git a\dbus\dbus-connection.h b\dbus\dbus-connection.h index fe4d04e..e8cedf1 100644 ---- a/dbus/dbus-connection.h -+++ b/dbus/dbus-connection.h +--- a\dbus\dbus-connection.h ++++ b\dbus\dbus-connection.h @@ -229,6 +229,16 @@ dbus_bool_t dbus_connection_send_with_reply (DBusConnection DBusMessage *message, DBusPendingCall **pending_return, @@ -196,6 +196,5 @@ index fe4d04e..e8cedf1 100644 DBUS_EXPORT DBusMessage * dbus_connection_send_with_reply_and_block (DBusConnection *connection, DBusMessage *message, --- +-- 1.9.1 -