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.
This commit is contained in:
Sebastian Wilhelmi 2001-05-09 12:53:42 +00:00 committed by Sebastian Wilhelmi
parent a8c9dadde2
commit 2e7b1367d8
2 changed files with 11 additions and 5 deletions

View 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.

View 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 ##### -->