GDBusAuthObserver: Add a way to control what authentication mechanisms to use
[platform/upstream/glib.git] / gio / gdbusconnection.c
index 2a1f090..8bf0dc3 100644 (file)
@@ -2553,6 +2553,7 @@ initable_init (GInitable     *initable,
       g_assert (connection->guid == NULL);
       connection->auth = _g_dbus_auth_new (connection->stream);
       connection->guid = _g_dbus_auth_run_client (connection->auth,
+                                                  connection->authentication_observer,
                                                   get_offered_capabilities_max (connection),
                                                   &connection->capabilities,
                                                   cancellable,