GObject.ParamSpecOverride¶
- Subclasses:
None
Methods¶
- Inherited:
Virtual Methods¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
overridden |
r |
||
parent_instance |
r |
Class Details¶
- class GObject.ParamSpecOverride¶
- Bases:
- Abstract:
No
A
GObject.ParamSpec
derived structure that redirects operations to other types ofGObject.ParamSpec
.All operations other than getting or setting the value are redirected, including accessing the nick and blurb, validating a value, and so forth.
See
GObject.ParamSpec.get_redirect_target
() for retrieving the overridden property.GObject.ParamSpecOverride
is used in implementingGObject.ObjectClass.override_property
(), and will not be directly useful unless you are implementing a new base type similar toGObject.Object
.New in version 2.4.