mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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:
@@ -1539,6 +1539,8 @@ g_dbus_connection_get_unique_name
|
||||
g_dbus_connection_is_closed
|
||||
g_dbus_connection_set_exit_on_close
|
||||
g_dbus_connection_close
|
||||
g_dbus_connection_close_finish
|
||||
g_dbus_connection_close_sync
|
||||
g_dbus_connection_flush
|
||||
g_dbus_connection_flush_finish
|
||||
g_dbus_connection_flush_sync
|
||||
|
Reference in New Issue
Block a user