_GParamSpecOverride Struct Reference

#include <stdapis/glib-2.0/gobject/gparamspecs.h>

struct _GParamSpecOverride

Detailed Description

GParamSpecOverride:

This is a type of GParamSpec type 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. See g_param_spec_get_redirect_target() for retrieving the overidden 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

Member Attribute Documentation

overridden

GParamSpec *overridden

parent_instance

GParamSpec parent_instance