pub type GTlsClientConnectionInterface = _GTlsClientConnectionInterface;Expand description
GTlsClientConnectionInterface: @g_iface: The parent interface. @copy_session_state: Copies session state from one #GTlsClientConnection to another.
vtable for a #GTlsClientConnection implementation.
Since: 2.26
Aliased Type§
#[repr(C)]pub struct GTlsClientConnectionInterface {
pub g_iface: _GTypeInterface,
pub copy_session_state: Option<unsafe extern "C" fn(*mut _GTlsClientConnection, *mut _GTlsClientConnection)>,
}Fields§
§g_iface: _GTypeInterface§copy_session_state: Option<unsafe extern "C" fn(*mut _GTlsClientConnection, *mut _GTlsClientConnection)>