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:
GParamSpec
The
GParamSpec
of the construct parameter.value:
GValue
The value to set the parameter to.