pub type GSettingsBindSetMapping = Option<unsafe extern "C" fn(value: *const GValue, expected_type: *const GVariantType, user_data: 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.