函数

GLibAsyncQueuenew_full

自:2.16

声明 [src]

GAsyncQueue*
g_async_queue_new_full (
  GDestroyNotify item_free_func
)

描述 [src]

创建一个新的异步队列,并设置一个销毁通知函数,在队列在最后 unref 之后被销毁,用于释放任何剩余的队列项。

自:2.16

参数

item_free_func

类型: GDestroyNotify

释放队列元素的函数。

返回值

类型: GAsyncQueue

一个新的 GAsyncQueue。使用 g_async_queue_unref() 释放。

该函数的调用者拥有数据,并负责释放它。