Doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 03:05:21 +0000 (03:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 03:05:21 +0000 (03:05 +0000)
svn path=/trunk/; revision=5837

docs/reference/ChangeLog
docs/reference/glib/tmpl/thread_pools.sgml

index 38975c66acba35d7a94099e6222b3a09e19e8b80..9afe5d95bbb534898895e33a47093f237a32a524 100644 (file)
@@ -1,6 +1,12 @@
+2007-11-08  Matthias Clasen <mclasen@redhat.com>
+
+       * glib/tmpl/thread_pools.sgml: Fix the GThreadPool docs. 
+       (#491959, Areg Beketovski)
+
 2007-11-07  Matthias Clasen <mclasen@redhat.com>
 
        * glib/glib-sections.txt: Add g_markup_parse_context_get_element_stack
+
 2007-11-07  Matthias Clasen <mclasen@redhat.com>
 
        * glib/building.sgml: Fix a typo
index af17ec475da3462d5abc850ff93f88d3878215bf..df6baed0d3212251b7f4e1ba0ce54661c4eaf300 100644 (file)
@@ -64,9 +64,9 @@ can be stopped by calling g_thread_pool_stop_unused_threads().
 
 <!-- ##### STRUCT GThreadPool ##### -->
 <para>
-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.
 </para>
 
 @func: the function to execute in the threads of this pool