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

Aliased Type§

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.