mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
remove extraneous prototype for g_thread_init().
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org> * glib.h: remove extraneous prototype for g_thread_init().
This commit is contained in:
parent
258ea8f8b0
commit
a1c9dc62e8
@ -1,3 +1,7 @@
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
||||
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.7
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
||||
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.7
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
||||
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.7
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
||||
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.7
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
||||
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.7
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
||||
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.7
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
||||
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.7
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
||||
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.7
|
||||
|
6
glib.h
6
glib.h
@ -2684,12 +2684,6 @@ GUTILS_C_VAR GThreadFunctions g_thread_functions_for_glib_use;
|
||||
GUTILS_C_VAR gboolean g_thread_use_default_impl;
|
||||
GUTILS_C_VAR gboolean g_threads_got_initialized;
|
||||
|
||||
/* initializes the mutex/cond/private implementation for glib, might
|
||||
* only be called once, and must not be called directly or indirectly
|
||||
* from another glib-function, e.g. as a callback.
|
||||
*/
|
||||
void g_thread_init (GThreadFunctions *vtable);
|
||||
|
||||
/* internal function for fallback static mutex implementation */
|
||||
GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex);
|
||||
|
||||
|
@ -2684,12 +2684,6 @@ GUTILS_C_VAR GThreadFunctions g_thread_functions_for_glib_use;
|
||||
GUTILS_C_VAR gboolean g_thread_use_default_impl;
|
||||
GUTILS_C_VAR gboolean g_threads_got_initialized;
|
||||
|
||||
/* initializes the mutex/cond/private implementation for glib, might
|
||||
* only be called once, and must not be called directly or indirectly
|
||||
* from another glib-function, e.g. as a callback.
|
||||
*/
|
||||
void g_thread_init (GThreadFunctions *vtable);
|
||||
|
||||
/* internal function for fallback static mutex implementation */
|
||||
GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user