功能
GObjectTypePluginCompleteTypeInfo
声明
void
(* GTypePluginCompleteTypeInfo) (
GTypePlugin* plugin,
GType g_type,
GTypeInfo* info,
GTypeValueTable* value_table
)
参数
plugin
-
类型:
GTypePlugin
GTypePlugin
。数据归函数的调用者所有。 g_type
-
类型:
GType
GType
字段的信息被填充。 信息
-
类型:
GTypeInfo
准备填写的
GTypeInfo
结构。数据归函数的调用者所有。 值表
-
类型:
GTypeValueTable
准备填写的
GTypeValueTable
。数据归函数的调用者所有。