Package ch.bailu.gtk.gio
Schnittstelle TlsInteractionClass.OnAskPassword
- Umschließende Klasse:
TlsInteractionClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
onAskPassword
(CallbackHandler __self, TlsInteraction interaction, TlsPassword password, Cancellable cancellable)
-
Methodendetails
-
onAskPassword
int onAskPassword(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull TlsPassword password, @Nullable Cancellable cancellable) - Parameter:
interaction
- a #GTlsInteraction objectpassword
- a #GTlsPassword objectcancellable
- an optional #GCancellable cancellation object- Gibt zurück:
- The status of the ask password interaction.
-