From 2e7b1367d88601f98814694d3925a6f6825c5470 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Wed, 9 May 2001 12:53:42 +0000 Subject: [PATCH] Updates after some renaming took place. 2001-05-09 Sebastian Wilhelmi * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml: Updates after some renaming took place. --- docs/reference/ChangeLog | 5 +++++ docs/reference/glib/tmpl/thread_pools.sgml | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 796575f..a2c9946 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2001-05-09 Sebastian Wilhelmi + + * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml: + Updates after some renaming took place. + 2001-05-08 Sebastian Wilhelmi * 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 01e103c..a23090d 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. -@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 -@thread_func: +@func: +@user_data: @max_threads: @stack_size: @bound: @priority: @exclusive: -@user_data: @error: @Returns: + +@thread_func: -- 2.7.4