mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 17:03:40 +02:00
Bug 624546 – Modification of GDBusMessage in filter function
Allow modifying a GDBusMessage in a filter function and also add tests for this. This breaks API but leaves ABI (almost) intact - at least dconf's GSettings backend (the only big user I know of) will keep working. https://bugzilla.gnome.org/show_bug.cgi?id=624546 Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -2425,6 +2425,7 @@ g_dbus_connection_send_message
|
||||
g_dbus_connection_send_message_with_reply
|
||||
g_dbus_connection_send_message_with_reply_finish
|
||||
g_dbus_connection_send_message_with_reply_sync
|
||||
GDBusMessageFilterResult
|
||||
GDBusMessageFilterFunction
|
||||
g_dbus_connection_add_filter
|
||||
g_dbus_connection_remove_filter
|
||||
|
Reference in New Issue
Block a user