mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 00:46:16 +01:00
Doc fixes
svn path=/trunk/; revision=5837
This commit is contained in:
parent
dbfdac8d22
commit
6fec255f17
@ -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>
|
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/glib-sections.txt: Add g_markup_parse_context_get_element_stack
|
* glib/glib-sections.txt: Add g_markup_parse_context_get_element_stack
|
||||||
|
|
||||||
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/building.sgml: Fix a typo
|
* glib/building.sgml: Fix a typo
|
||||||
|
@ -64,9 +64,9 @@ can be stopped by calling g_thread_pool_stop_unused_threads().
|
|||||||
|
|
||||||
<!-- ##### STRUCT GThreadPool ##### -->
|
<!-- ##### STRUCT GThreadPool ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #GThreadPool struct represents a thread pool. It has six public
|
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
|
read-only members, but the underlying struct is bigger, so you must not
|
||||||
this struct.
|
copy this struct.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@func: the function to execute in the threads of this pool
|
@func: the function to execute in the threads of this pool
|
||||||
|
Loading…
Reference in New Issue
Block a user