- gIface
GTypeInterface gIface;
Undocumented in source.
- getCertificateType
GType function() getCertificateType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getClientConnectionType
GType function() getClientConnectionType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getServerConnectionType
GType function() getServerConnectionType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- supportsTls
int function(GTlsBackend* backend) supportsTls;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Provides an interface for describing TLS-related types. GTypeInterface g_iface; The parent interface. supports_tls () get_certificate_type () returns the GTlsCertificate implementation type get_client_connection_type () returns the GTlsClientConnection implementation type get_server_connection_type () returns the GTlsServerConnection implementation type Since 2.28