pub type GClosureNotifyData = _GClosureNotifyData;

Aliased Type§

struct GClosureNotifyData {
    pub data: *mut c_void,
    pub notify: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut _GClosure)>,
}

Fields§

§data: *mut c_void§notify: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut _GClosure)>