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