- acceptCertificate
int function(GTlsConnection* connection, GTlsCertificate* peerCert, GTlsCertificateFlags errors) acceptCertificate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- handshake
int function(GTlsConnection* conn, GCancellable* cancellable, GError** err) handshake;
- handshakeAsync
void function(GTlsConnection* conn, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) handshakeAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- handshakeFinish
int function(GTlsConnection* conn, GAsyncResult* result, GError** err) handshakeFinish;
- padding
void*[8] padding;
Undocumented in source.
- parentClass
GIOStreamClass parentClass;
Undocumented in source.