From 3ca41fe1092a7de0ad5d43b167349edf8c1a3feb Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 18 Dec 2007 16:46:36 +0000 Subject: 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 --- docs/reference/glib/glib-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index ed8147739..0f8f5839b 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -671,6 +671,7 @@ g_thread_pool_get_max_idle_time async_queues GAsyncQueue g_async_queue_new +g_async_queue_new_full g_async_queue_ref g_async_queue_unref g_async_queue_push -- cgit v1.2.3-70-g09d2