Package ch.bailu.gtk.gio
Interface TlsInteractionClass.OnRequestCertificateFinish
- 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
onRequestCertificateFinish
(CallbackHandler __self, TlsInteraction interaction, AsyncResult result)
-
Method Details
-
onRequestCertificateFinish
int onRequestCertificateFinish(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull AsyncResult result) - Parameters:
interaction
- a #GTlsInteraction objectresult
- the result passed to the callback- Returns:
- The status of the request certificate interaction.
-