Type Alias GParamSpecOverride

Source
pub type GParamSpecOverride = _GParamSpecOverride;
Expand description

GParamSpecOverride:

A #GParamSpec derived structure that redirects operations to other types of #GParamSpec.

All operations other than getting or setting the value are redirected, including accessing the nick and blurb, validating a value, and so forth.

See g_param_spec_get_redirect_target() for retrieving the overridden property. #GParamSpecOverride is used in implementing g_object_class_override_property(), and will not be directly useful unless you are implementing a new base type similar to GObject.

Since: 2.4

Aliased Type§

struct GParamSpecOverride {
    pub parent_instance: _GParamSpec,
    pub overridden: *mut _GParamSpec,
}

Fields§

§parent_instance: _GParamSpec§overridden: *mut _GParamSpec