static gboolean on_authorize_authenticated_peer(GDBusAuthObserver *observer,
GIOStream *stream, GCredentials *credentials, gpointer extension)
{
- gboolean authorized = FALSE;
+ gboolean authorized = FALSE;
if (credentials) {
GCredentials *own_credentials;
}
g_object_unref(own_credentials);
} else {
- g_warning ("No credentials received from UI process.\n");
+ g_warning ("No credentials received from UI process.\n");
}
- return authorized;
+ return authorized;
}
static void on_dbus_connection_created(GObject *source_object,