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