Struct
GObjectParamSpecPool
since: 2.0
Description
struct GParamSpecPool {
/* No available fields */
}
A GParamSpecPool
maintains a collection of GParamSpecs
which can be
quickly accessed by owner and name.
The implementation of the GObject
property system uses such a pool to
store the GParamSpecs
of the properties all object types.
Available since: 2.0
Instance methods
g_param_spec_pool_list_owned
Gets an GList
of all GParamSpecs
owned by owner_type
in
the pool.
since: 2.0