mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Use the new GRealThread member "context" instead of a GStaticPrivate to
2001-04-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gmain.c: Use the new GRealThread member "context" instead of a GStaticPrivate to store the thread specific main loop context. * gthread.c: Added "context" member to GRealThread and updated g_thread_create, g_thread_self and g_thread_cleanup accordingly. * gthread.c, gthread.h: Removed the functions g_static_private_(get|set)_for_thread and adapted g_static_private_(get|set) and g_static_private_free accordingly.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
743f49cec9
commit
7b06f826c9
@@ -1,3 +1,15 @@
|
||||
2001-04-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gmain.c: Use the new GRealThread member "context" instead of a
|
||||
GStaticPrivate to store the thread specific main loop context.
|
||||
|
||||
* gthread.c: Added "context" member to GRealThread and updated
|
||||
g_thread_create, g_thread_self and g_thread_cleanup accordingly.
|
||||
|
||||
* gthread.c, gthread.h: Removed the functions
|
||||
g_static_private_(get|set)_for_thread and adapted
|
||||
g_static_private_(get|set) and g_static_private_free accordingly.
|
||||
|
||||
2001-03-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* ghash.[ch]
|
||||
|
Reference in New Issue
Block a user