Home
last modified time | relevance | path

Searched refs:item_free_func (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgasyncqueue.c100 GDestroyNotify item_free_func; member
137 g_async_queue_new_full (GDestroyNotify item_free_func) in g_async_queue_new_full() argument
147 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()
Dgasyncqueue.h41 GAsyncQueue *g_async_queue_new_full (GDestroyNotify item_free_func);