pub type GObjectGetPropertyFunc = Option<unsafe extern "C" fn(*mut GObject, c_uint, *mut GValue, *mut GParamSpec)>;
Aliased Type§
enum GObjectGetPropertyFunc {
None,
Some(unsafe extern "C" fn(_: *mut GObject, _: u32, _: *mut GValue, _: *mut GParamSpec)),
}