GTlsBackendInterface

Provides an interface for describing TLS-related types. GTypeInterface g_iface; The parent interface. supports_tls () returns whether the backend 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 get_file_database_type () returns the GTlsFileDatabase implementation type. get_default_database () returns a default GTlsDatabase instance. Since 2.28

Members

Variables

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.
getDefaultDatabase
GTlsDatabase* function(GTlsBackend* backend) getDefaultDatabase;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getFileDatabaseType
GType function() getFileDatabaseType;
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.

Meta