summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2001-05-09 12:53:42 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2001-05-09 12:53:42 +0000
commit2e7b1367d88601f98814694d3925a6f6825c5470 (patch)
treed61c83aef9724fa00de54c459cd8dde86eb9054a
parenta8c9dadde236b21048f0a41c99d18f706760bc0a (diff)
Updates after some renaming took place.
2001-05-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml: Updates after some renaming took place.
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/glib/tmpl/thread_pools.sgml11
2 files changed, 11 insertions, 5 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 796575f6b..a2c994658 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml:
+ Updates after some renaming took place.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
diff --git a/docs/reference/glib/tmpl/thread_pools.sgml b/docs/reference/glib/tmpl/thread_pools.sgml
index 01e103c89..a23090db5 100644
--- a/docs/reference/glib/tmpl/thread_pools.sgml
+++ b/docs/reference/glib/tmpl/thread_pools.sgml
@@ -66,27 +66,28 @@ read-only members, but the underlying struct is bigger, so you must not copy
this struct.
</para>
-@thread_func: the function to execute in the threads of this pool
-@stack_size: the stack size for the threads of this pool
+@func: the function to execute in the threads of this pool
+@user_data: the user data for the threads of this pool
@bound: are the threads of this pool bound?
@priority: the priority of the threads of this pool
@exclusive: are all threads exclusive to this pool
-@user_data: the user data for the threads of this pool
<!-- ##### FUNCTION g_thread_pool_new ##### -->
<para>
</para>
-@thread_func:
+@func:
+@user_data:
@max_threads:
@stack_size:
@bound:
@priority:
@exclusive:
-@user_data:
@error:
@Returns:
+<!-- # Unused Parameters # -->
+@thread_func:
<!-- ##### FUNCTION g_thread_pool_push ##### -->