gobject.object_construct_param
Module for [ObjectConstructParam] class
class ObjectConstructParam
Types 1
classObjectConstructParam
The GObjectConstructParam struct is an auxiliary structure used to hand #GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.
Fields
GObjectConstructParam _cInstanceMethods
void * _cPtr()gobject.param_spec.ParamSpec pspec() @propertyGet `pspec` field. Returns: the #GParamSpec of the construct parametervoid pspec(gobject.param_spec.ParamSpec propval) @propertySet `pspec` field. Params: propval = the #GParamSpec of the construct parametervoid value(gobject.value.Value propval) @propertySet `value` field. Params: propval = the value to set the parameter to