API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
struct GParamSpecPool { /* No available fields */ }
A GParamSpecPool maintains a collection of GParamSpecs which can be quickly accessed by owner and name.
GParamSpecPool
GParamSpecs
The implementation of the GObject property system uses such a pool to store the GParamSpecs of the properties all object types.
GObject
Creates a new GParamSpecPool.
Inserts a GParamSpec in the pool.
GParamSpec
Gets an array of all GParamSpecs owned by owner_type in the pool.
owner_type
Gets an GList of all GParamSpecs owned by owner_type in the pool.
GList
Looks up a GParamSpec in the pool.
Removes a GParamSpec from the pool.
Content