From 6fec255f17f82f49eb49578bc88ac8468401d58b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Nov 2007 03:05:21 +0000 Subject: [PATCH] Doc fixes svn path=/trunk/; revision=5837 --- docs/reference/ChangeLog | 6 ++++++ docs/reference/glib/tmpl/thread_pools.sgml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 38975c6..9afe5d9 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,6 +1,12 @@ +2007-11-08 Matthias Clasen + + * glib/tmpl/thread_pools.sgml: Fix the GThreadPool docs. + (#491959, Areg Beketovski) + 2007-11-07 Matthias Clasen * glib/glib-sections.txt: Add g_markup_parse_context_get_element_stack + 2007-11-07 Matthias Clasen * glib/building.sgml: Fix a typo diff --git a/docs/reference/glib/tmpl/thread_pools.sgml b/docs/reference/glib/tmpl/thread_pools.sgml index af17ec4..df6baed 100644 --- a/docs/reference/glib/tmpl/thread_pools.sgml +++ b/docs/reference/glib/tmpl/thread_pools.sgml @@ -64,9 +64,9 @@ can be stopped by calling g_thread_pool_stop_unused_threads(). -The #GThreadPool struct represents a thread pool. It has six public -read-only members, but the underlying struct is bigger, so you must not copy -this struct. +The #GThreadPool struct represents a thread pool. It has three public +read-only members, but the underlying struct is bigger, so you must not +copy this struct. @func: the function to execute in the threads of this pool -- 2.7.4