Type Alias gobject_sys::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.