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:
Tim Janik 2000-02-17 03:26:49 +00:00 committed by Tim Janik
parent 258ea8f8b0
commit a1c9dc62e8
10 changed files with 32 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
View File

@ -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);

View File

@ -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);