Struct
GObjectObjectConstructParam
Description [src]
struct GObjectConstructParam {
GParamSpec* pspec;
GValue* value;
}
The GObjectConstructParam struct is an auxiliary structure used to hand
GParamSpec
/GValue
pairs to the constructor
of a GObjectClass
.
Structure members
pspec
The
GParamSpec
of the construct parameter.value
The value to set the parameter to.