summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-10-22 12:59:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-22 12:59:21 +0000
commit97ff064f22cdfef8abf620eb6900da6163e9b734 (patch)
treee0d8caf60b48b2af01646560980fad71ecd5db17 /gdk/gdk.h
parent3d3d570d7711efd049e92cfb80b12b4d0d255318 (diff)
downloadgtk+-97ff064f22cdfef8abf620eb6900da6163e9b734.tar.gz
Add a function, gdk_threads_init() that must be explicitely called to
Mon Oct 22 08:51:02 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: Add a function, gdk_threads_init() that must be explicitely called to enable the GDK thread mutex.
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r--gdk/gdk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index 5546278349..308130fb07 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -151,6 +151,7 @@ GDKVAR GMutex *gdk_threads_mutex;
void gdk_threads_enter (void);
void gdk_threads_leave (void);
+void gdk_threads_init (void);
#ifdef G_THREADS_ENABLED
# define GDK_THREADS_ENTER() G_STMT_START { \