函数

GObjectTypeValueTablepeek

声明 [来源]

GTypeValueTable*
g_type_value_table_peek (
  GType type
)

描述 [来源]

返回与 type 关联的 GTypeValueTable 的位置。

请注意,此函数仅应从实现或具有对 type 实现内部知识的源代码中使用。

此函数对语言绑定不可直接访问。

参数

type

类型: GType

一个 GType

返回值

类型: GTypeValueTable

type 关联的 GTypeValueTable 的位置或如果没有关联的 GTypeValueTable,则为 NULL

数据由调用函数拥有。