Struct glib_sys::GSourceCallbackFuncs [] [src]

pub struct GSourceCallbackFuncs {
    pub ref_: Option<unsafe  extern "C" fn(gpointer)>,
    pub unref: Option<unsafe  extern "C" fn(gpointer)>,
    pub get: Option<unsafe  extern "C" fn(gpointer, *mut GSource, *mut GSourceFunc, *mut gpointer)>,
}

Fields

ref_
unref
get