AbstractFrees the resources allocated by a GObject.ParamSpecPool.
Inserts a GObject.ParamSpec in the pool.
the GObject.ParamSpec to insert
a GObject.GType identifying the owner of pspec
Looks up a GObject.ParamSpec in the pool.
the name to look for
the owner to look for
If true, also try to find a GObject.ParamSpec with param_name owned by an ancestor of owner_type.
The found GObject.ParamSpec, or null if no matching GObject.ParamSpec was found.
Removes a GObject.ParamSpec from the pool.
the GObject.ParamSpec to remove
A GObject.ParamSpecPool maintains a collection of
GParamSpecswhich can be quickly accessed by owner and name.The implementation of the GObject.Object property system uses such a pool to store the
GParamSpecsof the properties all object types.