Type Alias GObjectConstructParam

Source
pub type GObjectConstructParam = _GObjectConstructParam;
Expand description

GObjectConstructParam: @pspec: the #GParamSpec of the construct parameter @value: the value to set the parameter to

The GObjectConstructParam struct is an auxiliary structure used to hand #GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.

Aliased Type§

struct GObjectConstructParam {
    pub pspec: *mut _GParamSpec,
    pub value: *mut _GValue,
}

Fields§

§pspec: *mut _GParamSpec§value: *mut _GValue