Type Alias glib_sys::GErrorInitFunc

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

Aliased Type§

enum GErrorInitFunc {
    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.