glib_sys

Type Alias 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.6.0

None

No value.

§1.6.0

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

Some value of type T.