GObjectConstructParam

The GObjectConstructParam struct is an auxiliary structure used to hand #GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.

struct GObjectConstructParam {}

Members

Variables

pspec
GParamSpec* pspec;

the #GParamSpec of the construct parameter

value
GValue* value;

the value to set the parameter to

Meta