Changed signature of all g_static_mutex_* functions to take a pointer
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Mon, 15 Feb 1999 08:26:00 +0000 (08:26 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Mon, 15 Feb 1999 08:26:00 +0000 (08:26 +0000)
commit8168836cd2bad582d63d7d693634b08c03204a4b
tree1cd5d11755a508dd3eca808f4f72ea4c3193d118
parent3f5639a791744d606af3c959aac661fd03ac886b
Changed signature of all g_static_mutex_* functions to take a pointer

1999-02-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib.h, glibconfig.h.win32, configure.in: Changed signature of
all g_static_mutex_* functions to take a pointer rather than the
struct itself. This is not an issue at the moment, because those
funcs are really macros, but is it un'G'ish and might fall on our
feet in the future.

* gthread/testgthread.c (test_mutexes): Use new signature of
g_static_mutex* functions.
14 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
configure.in
glib.h
glib/glib.h
glibconfig.h.win32
gthread/ChangeLog
gthread/testgthread.c