Struct glib_sys::GSourceFuncs
[−]
[src]
pub struct GSourceFuncs { pub prepare: Option<unsafe extern "C" fn(*mut GSource, *mut c_int) -> gboolean>, pub check: Option<unsafe extern "C" fn(*mut GSource) -> gboolean>, pub dispatch: Option<unsafe extern "C" fn(*mut GSource, GSourceFunc, gpointer) -> gboolean>, pub finalize: Option<unsafe extern "C" fn(*mut GSource)>, // some fields omitted }
Fields
prepare | |
check | |
dispatch | |
finalize |