GThreadCallbacks

Type Alias GThreadCallbacks 

Source
pub type GThreadCallbacks = _GThreadCallbacks;

Aliased Type§

#[repr(C)]
pub struct GThreadCallbacks { pub on_thread_init: Option<unsafe extern "C" fn()>, pub on_thread_realize: Option<unsafe extern "C" fn()>, pub on_thread_dispose: Option<unsafe extern "C" fn()>, pub on_thread_finalize: Option<unsafe extern "C" fn()>, }

Fields§

§on_thread_init: Option<unsafe extern "C" fn()>§on_thread_realize: Option<unsafe extern "C" fn()>§on_thread_dispose: Option<unsafe extern "C" fn()>§on_thread_finalize: Option<unsafe extern "C" fn()>