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)>,
    pub closure_callback: GSourceFunc,
    pub closure_marshal: GSourceDummyMarshal,
}

Fields