Type Alias GTlsBackendInterface
Source pub type GTlsBackendInterface = _GTlsBackendInterface;
#[repr(C)]
pub struct GTlsBackendInterface {
pub g_iface: _GTypeInterface,
pub supports_tls: Option<unsafe extern "C" fn(*mut _GTlsBackend) -> i32>,
pub get_certificate_type: Option<unsafe extern "C" fn() -> u64>,
pub get_client_connection_type: Option<unsafe extern "C" fn() -> u64>,
pub get_server_connection_type: Option<unsafe extern "C" fn() -> u64>,
pub get_file_database_type: Option<unsafe extern "C" fn() -> u64>,
pub get_default_database: Option<unsafe extern "C" fn(*mut _GTlsBackend) -> *mut _GTlsDatabase>,
pub supports_dtls: Option<unsafe extern "C" fn(*mut _GTlsBackend) -> i32>,
pub get_dtls_client_connection_type: Option<unsafe extern "C" fn() -> u64>,
pub get_dtls_server_connection_type: Option<unsafe extern "C" fn() -> u64>,
}