Package ch.bailu.gtk.gio
Interface DBusAuthObserver.OnAuthorizeAuthenticatedPeer
- Enclosing class:
- DBusAuthObserver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onAuthorizeAuthenticatedPeer
(IOStream stream, Credentials credentials) Emitted to check if a peer that is successfully authenticated
is authorized.
-
Method Details
-
onAuthorizeAuthenticatedPeer
Emitted to check if a peer that is successfully authenticated
is authorized.- Parameters:
stream
- A #GIOStream for the #GDBusConnection.credentials
- Credentials received from the peer or %NULL.- Returns:
- %TRUE if the peer is authorized, %FALSE if not.
-