pub type GTypeValueInitFunc = Option<unsafe extern "C" fn(value: *mut GValue)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.