Type Alias GObjectGetPropertyFunc

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GObject, u32, *mut GValue, *mut GParamSpec))

Some value of type T.