pub type GObjectSetPropertyFunc = Option<unsafe extern "C" fn(object: *mut GObject, property_id: guint, value: *const GValue, pspec: *mut GParamSpec)>;Aliased Type§
pub enum GObjectSetPropertyFunc {
None,
Some(unsafe extern "C" fn(*mut _GObject, u32, *const _GValue, *mut _GParamSpec)),
}