From: Matthias Clasen Date: Fri, 9 Nov 2007 03:05:21 +0000 (+0000) Subject: Doc fixes X-Git-Tag: GLIB_2_15_1~399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fec255f17f82f49eb49578bc88ac8468401d58b;p=platform%2Fupstream%2Fglib.git Doc fixes svn path=/trunk/; revision=5837 --- 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