pub type GBindingTransformFunc = Option<unsafe extern "C" fn(_: *mut GBinding, _: *const GValue, _: *mut GValue, _: gpointer) -> gboolean>;
Aliased Type§
enum GBindingTransformFunc {
None,
Some(unsafe extern "C" fn(_: *mut GBinding, _: *const GValue, _: *mut GValue, _: *mut c_void) -> i32),
}