API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
GType* g_type_interfaces ( GType type, guint* n_interfaces )
返回一个新分配的并以 null 结尾的类型 ID 数组,列出了符合 type 的接口类型。
type
类型: GType
GType
用于列出接口类型的类型。
n_interfaces
类型: guint*
guint*
用于存储返回数组长度的位置,或 NULL。
NULL
类型: 一个 GType 数组
新分配的并以 null 结尾的接口类型数组,使用 g_free() 释放。
g_free()