GObjectConstructParam

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

struct GObjectConstructParam {}

Members

Variables

pspec
GParamSpec* pspec;
Undocumented in source.
value
GValue* value;
Undocumented in source.

Meta