Type Alias GClosureNotifyData

Source
pub type GClosureNotifyData = _GClosureNotifyData;

Aliased Type§

#[repr(C)]
pub 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)>