Type Alias gobject_sys::GValueTransform

source ·
pub type GValueTransform = Option<unsafe extern "C" fn(_: *const GValue, _: *mut GValue)>;

Aliased Type§

enum GValueTransform {
    None,
    Some(unsafe extern "C" fn(_: *const GValue, _: *mut GValue)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.