Type Alias glib_sys::GChildWatchFunc
source · pub type GChildWatchFunc = Option<unsafe extern "C" fn(_: GPid, _: c_int, _: gpointer)>;
Aliased Type§
enum GChildWatchFunc {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: i32, _: *mut c_void)),
}