gobject.object_construct_param

Module for [ObjectConstructParam] class

Types 1

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

Fields
Methods
void * _cPtr()
gobject.param_spec.ParamSpec pspec() @propertyGet `pspec` field. Returns: the #GParamSpec of the construct parameter
void pspec(gobject.param_spec.ParamSpec propval) @propertySet `pspec` field. Params: propval = the #GParamSpec of the construct parameter
gobject.value.Value value() @propertyGet `value` field. Returns: the value to set the parameter to
void value(gobject.value.Value propval) @propertySet `value` field. Params: propval = the value to set the parameter to
Constructors
this(void * ptr, Flag!"Take" take)