功能

GObjecttype_free_instance

声明 [来源]

void
g_type_free_instance (
  GTypeInstance* instance
)

描述 [来源]

释放一个类型的实例,如果存在实例池,将其返回到该类型实例池。

类似于g_type_create_instance(),此函数仅保留给基本类型的实现者使用。

参数

instance

类型: GTypeInstance

类型的实例。

数据由函数的调用者拥有。