The GObjectConstructParam struct is an auxiliary structure used to hand GParamSpec/GValue pairs to the constructor of a GObjectClass. GParamSpec *pspec; the GParamSpec of the construct parameter GValue *value; the value to set the parameter to
See Implementation
The GObjectConstructParam struct is an auxiliary structure used to hand GParamSpec/GValue pairs to the constructor of a GObjectClass. GParamSpec *pspec; the GParamSpec of the construct parameter GValue *value; the value to set the parameter to