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