pub type GTlsInteractionClass = _GTlsInteractionClass;

Aliased Type§

struct GTlsInteractionClass {
    pub parent_class: _GObjectClass,
    pub ask_password: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GTlsPassword, _: *mut _GCancellable, _: *mut *mut _GError) -> u32>,
    pub ask_password_async: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GTlsPassword, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
    pub ask_password_finish: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GAsyncResult, _: *mut *mut _GError) -> u32>,
    pub request_certificate: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GTlsConnection, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> u32>,
    pub request_certificate_async: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GTlsConnection, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
    pub request_certificate_finish: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GAsyncResult, _: *mut *mut _GError) -> u32>,
    pub padding: [*mut c_void; 21],
}

Fields§

§parent_class: _GObjectClass§ask_password: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GTlsPassword, _: *mut _GCancellable, _: *mut *mut _GError) -> u32>§ask_password_async: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GTlsPassword, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§ask_password_finish: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GAsyncResult, _: *mut *mut _GError) -> u32>§request_certificate: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GTlsConnection, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> u32>§request_certificate_async: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GTlsConnection, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§request_certificate_finish: Option<unsafe extern "C" fn(_: *mut _GTlsInteraction, _: *mut _GAsyncResult, _: *mut *mut _GError) -> u32>§padding: [*mut c_void; 21]