:right-sidebar: True ParamSpecOverride =================================================================== .. currentmodule:: gi.repository.GObject .. versionadded:: 2.4 .. class:: ParamSpecOverride(*args, **kwargs) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.ParamSpec` A :obj:`~gi.repository.GObject.ParamSpec` derived structure that redirects operations to other types of :obj:`~gi.repository.GObject.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 :func:`~gi.repository.GObject.ParamSpec.get_redirect_target` for retrieving the overridden property. ``GParamSpecOverride`` is used in implementing :func:`~gi.repository.GObject.ObjectClass.override_property`, and will not be directly useful unless you are implementing a new base type similar to GObject. Fields ------ .. rst-class:: interim-class .. class:: ParamSpecOverride :no-index: .. attribute:: overridden .. attribute:: parent_instance