Package ch.bailu.gtk.gio
Interface TlsInteractionClass.OnAskPassword
- Enclosing class:
- TlsInteractionClass
- 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 TypeMethodDescriptionint
onAskPassword
(CallbackHandler __self, TlsInteraction interaction, TlsPassword password, Cancellable cancellable)
-
Method Details
-
onAskPassword
int onAskPassword(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull TlsPassword password, @Nullable Cancellable cancellable) - Parameters:
interaction
- a #GTlsInteraction objectpassword
- a #GTlsPassword objectcancellable
- an optional #GCancellable cancellation object- Returns:
- The status of the ask password interaction.
-