summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tpm@src.gnome.org>2007-12-18 16:46:36 +0000
committerTim-Philipp Müller <tpm@src.gnome.org>2007-12-18 16:46:36 +0000
commit3ca41fe1092a7de0ad5d43b167349edf8c1a3feb (patch)
treebd1635a3ab3d0184c1a5d6cd3a56daf53c709486 /docs
parentac1723ea97a716e3dee0d8f4441e0c25ea19039c (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/glib/glib-sections.txt1
1 files changed, 1 insertions, 0 deletions
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
<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