Searched refs:item_free_func (Results 1 – 2 of 2) sorted by relevance
100 GDestroyNotify item_free_func; member137 g_async_queue_new_full (GDestroyNotify item_free_func) in g_async_queue_new_full() argument147 queue->item_free_func = item_free_func; in g_async_queue_new_full()232 if (queue->item_free_func) in g_async_queue_unref()233 g_queue_foreach (&queue->queue, (GFunc) queue->item_free_func, NULL); in g_async_queue_unref()
41 GAsyncQueue *g_async_queue_new_full (GDestroyNotify item_free_func);