Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GParamSpecOverride Struct Reference

#include <gparamspecs.h>

Data Fields

GParamSpec parent_instance
 
GParamSpecoverridden
 

Detailed 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

Definition at line 942 of file gparamspecs.h.

Field Documentation

◆ overridden

GParamSpec* _GParamSpecOverride::overridden

Definition at line 946 of file gparamspecs.h.

◆ parent_instance

GParamSpec _GParamSpecOverride::parent_instance

Definition at line 945 of file gparamspecs.h.


The documentation for this struct was generated from the following file: