GObject.ParamSpecOverride¶
| Subclasses: | None |
|---|
Methods¶
| Inherited: | GObject.ParamSpec (11) |
|---|
Virtual Methods¶
| Inherited: | GObject.ParamSpec (4) |
|---|
Fields¶
| Inherited: |
|---|
| Name | Type | Access | Description |
|---|---|---|---|
| overridden | GObject.ParamSpec |
r | |
| parent_instance | GObject.ParamSpec |
r |
Class Details¶
-
class
GObject.ParamSpecOverride¶ Bases: GObject.ParamSpecAbstract: No This is a type of
GObject.ParamSpectype that simply redirects operations to another paramspec. All operations other than getting or setting the value are redirected, including accessing the nick and blurb, validating a value, and so forth. SeeGObject.ParamSpec.get_redirect_target() for retrieving the overridden property.GObject.ParamSpecOverrideis 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.