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 38975c6..9afe5d9 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 af17ec4..df6baed 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