函数
GLibAsyncQueuenew_full
自:2.16
声明 [src]
GAsyncQueue*
g_async_queue_new_full (
GDestroyNotify item_free_func
)
参数
item_free_func
-
类型:
GDestroyNotify
释放队列元素的函数。
返回值
类型: GAsyncQueue
一个新的 GAsyncQueue
。使用 g_async_queue_unref() 释放。
该函数的调用者拥有数据,并负责释放它。 |