GTypeValueCollectFunc

Type Alias GTypeValueCollectFunc 

Source
pub type GTypeValueCollectFunc = Option<unsafe extern "C" fn(value: *mut GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>;

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.