mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
a8c9dadde2
commit
2e7b1367d8
@ -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>
|
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
|
* glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
|
||||||
|
@ -66,27 +66,28 @@ read-only members, but the underlying struct is bigger, so you must not copy
|
|||||||
this struct.
|
this struct.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@thread_func: the function to execute in the threads of this pool
|
@func: the function to execute in the threads of this pool
|
||||||
@stack_size: the stack size for the threads of this pool
|
@user_data: the user data for the threads of this pool
|
||||||
@bound: are the threads of this pool bound?
|
@bound: are the threads of this pool bound?
|
||||||
@priority: the priority of the threads of this pool
|
@priority: the priority of the threads of this pool
|
||||||
@exclusive: are all threads exclusive to 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 ##### -->
|
<!-- ##### FUNCTION g_thread_pool_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@thread_func:
|
@func:
|
||||||
|
@user_data:
|
||||||
@max_threads:
|
@max_threads:
|
||||||
@stack_size:
|
@stack_size:
|
||||||
@bound:
|
@bound:
|
||||||
@priority:
|
@priority:
|
||||||
@exclusive:
|
@exclusive:
|
||||||
@user_data:
|
|
||||||
@error:
|
@error:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@thread_func:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_thread_pool_push ##### -->
|
<!-- ##### FUNCTION g_thread_pool_push ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user