GObject.ParamSpecValueArray¶
| Subclasses: | None |
|---|
Methods¶
| Inherited: | GObject.ParamSpec (11) |
|---|
Virtual Methods¶
| Inherited: | GObject.ParamSpec (4) |
|---|
Fields¶
| Inherited: |
|---|
| Name | Type | Access | Description |
|---|---|---|---|
| element_spec | GObject.ParamSpec |
r | a GObject.ParamSpec describing the elements contained in arrays of this property, may be None |
| fixed_n_elements | int |
r | if greater than 0, arrays of this property will always have this many elements |
| parent_instance | GObject.ParamSpec |
r | private GObject.ParamSpec portion |
Class Details¶
-
class
GObject.ParamSpecValueArray¶ Bases: GObject.ParamSpecAbstract: No A
GObject.ParamSpecderived structure that contains the meta data forGObject.ValueArrayproperties.