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