gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
TlsConnection.OnAcceptCertificateDelegateWrapper
gio
TlsConnection
TlsConnection
Undocumented in source.
class
TlsConnection
protected
class
OnAcceptCertificateDelegateWrapper {
bool
delegate
(
TlsCertificate
,
GTlsCertificateFlags
,
TlsConnection
)
dlg
;
gulong
handlerId
;
this
(bool delegate(TlsCertificate, GTlsCertificateFlags, TlsConnection) dlg);
void
remove
(OnAcceptCertificateDelegateWrapper source);
}
Constructors
this
this
(bool delegate(TlsCertificate, GTlsCertificateFlags, TlsConnection) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnAcceptCertificateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
bool
delegate
(
TlsCertificate
,
GTlsCertificateFlags
,
TlsConnection
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
TlsConnection
TlsConnection
classes
OnAcceptCertificateDelegateWrapper
constructors
this
functions
addOnAcceptCertificate
emitAcceptCertificate
getCertificate
getDatabase
getInteraction
getPeerCertificate
getPeerCertificateErrors
getRehandshakeMode
getRequireCloseNotify
getStruct
getTlsConnectionStruct
getUseSystemCertdb
handshake
handshakeAsync
handshakeFinish
setCertificate
setDatabase
setInteraction
setRehandshakeMode
setRequireCloseNotify
setStruct
setUseSystemCertdb
static functions
callBackAcceptCertificate
callBackAcceptCertificateDestroy
getType
variables
gTlsConnection
onAcceptCertificateListeners