Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make it
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 9 May 2001 12:51:21 +0000 (12:51 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 9 May 2001 12:51:21 +0000 (12:51 +0000)
commita8c9dadde236b21048f0a41c99d18f706760bc0a
treeca874eeaadd164144aba40f048aa57b5014cc775
parentf7e009b00adc33631531539a2f565b0275e7a1c1
Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make it

2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread.c, gthread.h: Renamed 'value' and 'arg' to 'data' and
'thread_func' to 'func' to make it more consistent with the rest
of GLib.

* gthreadpool.c, gthreadpool.h: Moved 'stack_size' from the public
members of GThreadPool to the private ones. Renamed 'thread_func'
to 'func' as above. Moved up 'user_data' in g_thead_pool_new
argument list and in GThreadPool struct.
16 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gthread.c
glib/gthread.h
glib/gthreadpool.c
glib/gthreadpool.h
gthread.c
gthread.h
gthreadpool.c
gthreadpool.h