GObjectConstructParam

The GObjectConstructParam struct is an auxiliary structure used to hand gobject.ParamSpec/gobject.Value pairs to the constructor of a gobject.ObjectClass

struct GObjectConstructParam {}

Members

Variables

pspec
GParamSpec* pspec;

the gobject.ParamSpec of the construct parameter

value
GValue* value;

the value to set the parameter to