Updates after some renaming took place.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 9 May 2001 12:53:42 +0000 (12:53 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 9 May 2001 12:53:42 +0000 (12:53 +0000)
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.

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

index 796575f..a2c9946 100644 (file)
@@ -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.
index 01e103c..a23090d 100644 (file)
@@ -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 ##### -->