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