Type Alias GObjectSetPropertyFunc

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

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.