Type Alias GTypeValueLCopyFunc

Source
pub type GTypeValueLCopyFunc = Option<unsafe extern "C" fn(*const GValue, c_uint, *mut GTypeCValue, c_uint) -> *mut c_char>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.