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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const GError, _: *mut GError))

Some value of type T.