GTlsBackendInterface

Provides an interface for describing TLS-related types.

Members

Variables

gIface
GTypeInterface gIface;

The parent interface.

getCertificateType
GType function() getCertificateType;
getClientConnectionType
GType function() getClientConnectionType;
getDefaultDatabase
GTlsDatabase* function(GTlsBackend* backend) getDefaultDatabase;
getDtlsClientConnectionType
GType function() getDtlsClientConnectionType;
getDtlsServerConnectionType
GType function() getDtlsServerConnectionType;
getFileDatabaseType
GType function() getFileDatabaseType;
getServerConnectionType
GType function() getServerConnectionType;
supportsDtls
int function(GTlsBackend* backend) supportsDtls;
supportsTls
int function(GTlsBackend* backend) supportsTls;

Meta

Since

2.28