mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-27 04:13:30 +02:00
GDBusConnection: Fix up g_dbus_connection_close()
... so it is async, cancelable and returns an error. Also provide a synchronous version. This is an API/ABI break but it is expected that only very few applications use this API. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -2360,6 +2360,8 @@ g_dbus_connection_new_for_address_finish
|
||||
g_dbus_connection_new_for_address_sync
|
||||
g_dbus_connection_start_message_processing
|
||||
g_dbus_connection_close
|
||||
g_dbus_connection_close_finish
|
||||
g_dbus_connection_close_sync
|
||||
g_dbus_connection_is_closed
|
||||
g_dbus_connection_flush
|
||||
g_dbus_connection_flush_finish
|
||||
|
Reference in New Issue
Block a user