GObjectSetPropertyFunc

Type Alias GObjectSetPropertyFunc 

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _GObject, u32, *const _GValue, *mut _GParamSpec))

Some value of type T.