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