GObject.ObjectConstructParam¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| pspec | GObject.ParamSpec | r/w | the GObject.ParamSpecof the construct parameter | 
| value | GObject.Value | r/w | the value to set the parameter to | 
Methods¶
None
Details¶
- 
class GObject.ObjectConstructParam¶
- The - GObject.ObjectConstructParamstruct is an auxiliary structure used to hand- GObject.ParamSpec/- GObject.Valuepairs to the constructor of a- GObject.ObjectClass.