函数宏

GLibtest_queue_unref

自 2.16 起

声明 [源代码]

#define g_test_queue_unref (
  gobject
)

描述 [源代码]

在下一个清理阶段使用 g_object_unref() 释放的一个对象入列。

这等效于使用销毁回调函数 g_object_unref() 调用 g_test_queue_destroy()

自 2.16 起可用

语言绑定不能直接使用此函数。

参数

gobject

类型: -

要取消引用的对象。