API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
GClosure* g_signal_type_cclosure_new ( GType itype, guint struct_offset )
创建一个新闭包,该闭包调用在接口或由 itype 标识的类类型结构中的偏移 struct_offset 处发现的函数。
itype
struct_offset
类型: GType
GType
接口或类类型的 GType 标识符。
类型: guint
guint
要由新闭包调用的 itype 类结构的成员函数的偏移量。
类型: GClosure
GClosure
对新 GCClosure 的浮动引用。
GCClosure