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),
}