Type Alias GTypeValueCollectFunc

pub type GTypeValueCollectFunc = Option<unsafe extern "C" fn(*mut GValue, u32, *mut GTypeCValue, u32) -> *mut i8>;

Aliased Type§

pub enum GTypeValueCollectFunc {
    None,
    Some(unsafe extern "C" fn(*mut GValue, u32, *mut GTypeCValue, u32) -> *mut i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GValue, u32, *mut GTypeCValue, u32) -> *mut i8)

Some value of type T.