API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
struct GParamSpecPool { /* No available fields */ }
GParamSpecPool 维护一个 GParamSpecs 集合,可以按所有者和名称快速访问。
GParamSpecPool
GParamSpecs
GObject 属性系统的实现使用这样的池来存储所有对象类型的属性的 GParamSpecs。
GObject
创建新的 GParamSpecPool。
释放 GParamSpecPool 分配的资源。
自 2.80 起
在池中插入一个 GParamSpec。
GParamSpec
获取池中所有 GParamSpecs 的数组,该 GParamSpecs 归 owner_type 所有。
owner_type
获取池中所有 GParamSpecs 的 GList,该 GParamSpecs 归 owner_type 所有。
GList
在池中查找一个 GParamSpec。
从池中删除一个 GParamSpec。
内容