Doc fixes

svn path=/trunk/; revision=5837
This commit is contained in:
Matthias Clasen 2007-11-09 03:05:21 +00:00
parent dbfdac8d22
commit 6fec255f17
2 changed files with 9 additions and 3 deletions

View 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

View 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