[go: up one dir, main page]

GSettingsBindSetMapping

Type Alias GSettingsBindSetMapping 

Source
pub type GSettingsBindSetMapping = Option<unsafe extern "C" fn(*const GValue, *const GVariantType, gpointer) -> *mut GVariant>;

Aliased Type§

pub enum GSettingsBindSetMapping {
    None,
    Some(unsafe extern "C" fn(*const GValue, *const GVariantType, *mut c_void) -> *mut GVariant),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const GValue, *const GVariantType, *mut c_void) -> *mut GVariant)

Some value of type T.