Type Alias glib_sys::GErrorClearFunc

source ·
pub type GErrorClearFunc = Option<unsafe extern "C" fn(_: *mut GError)>;

Aliased Type§

enum GErrorClearFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GError)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.