Package ch.bailu.gtk.gio
Schnittstelle TlsDatabaseClass.OnLookupCertificateIssuer
- Umschließende Klasse:
TlsDatabaseClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonLookupCertificateIssuer
(CallbackHandler __self, TlsDatabase self, TlsCertificate certificate, TlsInteraction interaction, int flags, Cancellable cancellable)
-
Methodendetails
-
onLookupCertificateIssuer
TlsCertificate onLookupCertificateIssuer(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull TlsCertificate certificate, @Nullable TlsInteraction interaction, int flags, @Nullable Cancellable cancellable) - Parameter:
self
- a #GTlsDatabasecertificate
- a #GTlsCertificateinteraction
- used to interact with the user if necessaryflags
- flags which affect the lookup operationcancellable
- a #GCancellable, or %NULL- Gibt zurück:
- a newly allocated issuer #GTlsCertificate, or %NULL. Use g_object_unref() to release the certificate.
-