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)>