summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-21 04:45:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-21 04:45:56 +0000
commit700a71f01074c091278420cc49087dbb6057982f (patch)
tree4977d65647cfdc3807645d9dc0355d907bd2c250 /docs
parent3f9d65375e46a49e3be7bf1ca7533b3a9ac310b4 (diff)
downloadglib-700a71f01074c091278420cc49087dbb6057982f.tar.gz
New function to sort tasks pushed into a threadpool. (#324479, Martyn
2005-12-20 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gthreadpool.h: * glib/gthreadpool.c (g_thread_pool_set_sort_function): New function to sort tasks pushed into a threadpool. (#324479, Martyn Russell) * tests/threadpool-test.c: Test this.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/glib/glib-sections.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 48085407c..8c555fa98 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-20 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/glib-sections.txt: add g_thread_pool_set_sort_function.
+
2005-12-19 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/*.sgml: Update versioned deprecation
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index 05e15dcc2..b2c27850f 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -637,6 +637,7 @@ g_thread_pool_set_max_unused_threads
g_thread_pool_get_max_unused_threads
g_thread_pool_get_num_unused_threads
g_thread_pool_stop_unused_threads
+g_thread_pool_set_sort_function
</SECTION>
<SECTION>