GErrorCopyFunc

Type Alias GErrorCopyFunc 

Source
pub type GErrorCopyFunc = Option<unsafe extern "C" fn(src_error: *const GError, dest_error: *mut GError)>;

Aliased Type§

pub enum GErrorCopyFunc {
    None,
    Some(unsafe extern "C" fn(*const _GError, *mut _GError)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _GError, *mut _GError))

Some value of type T.