pub type GObjectSetPropertyFunc = Option<unsafe extern "C" fn(object: *mut GObject, property_id: guint, value: *const GValue, pspec: *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.