mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
add g_async_queue_new_full() which takes a GDestroyNotify function to free
* docs/reference/glib/glib-sections.txt: * glib/gasyncqueue.c: (g_async_queue_new), (g_async_queue_new_full), (g_async_queue_unref): * glib/gasyncqueue.h: add g_async_queue_new_full() which takes a GDestroyNotify function to free any remaining queue items when the queue is destroyed after the final atomic unref (#367550). svn path=/trunk/; revision=6152
This commit is contained in:
@@ -671,6 +671,7 @@ g_thread_pool_get_max_idle_time
|
||||
<FILE>async_queues</FILE>
|
||||
GAsyncQueue
|
||||
g_async_queue_new
|
||||
g_async_queue_new_full
|
||||
g_async_queue_ref
|
||||
g_async_queue_unref
|
||||
g_async_queue_push
|
||||
|
Reference in New Issue
Block a user