summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-12-11 23:52:59 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-12-11 23:52:59 +0000
commit5d8f0a69c4ea52cccd471791660527c0ae7d476c (patch)
treebebd00b8fc9260b38a68069cc299c043b60519f7 /gdk/gdk.c
parent2f19377326024ccefe346e5d73cb01ccde987601 (diff)
downloadgdk-pixbuf-5d8f0a69c4ea52cccd471791660527c0ae7d476c.tar.gz
Documentation updates.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 67faeab40..c95371b56 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -534,7 +534,7 @@ gdk_threads_init ()
/**
* gdk_threads_set_lock_functions:
- * @enter_fn: function called to guard gtk+
+ * @enter_fn: function called to guard GDK
* @leave_fn: function called to release the guard
*
* Allows the application to replace the standard method that
@@ -556,8 +556,10 @@ gdk_threads_init ()
*
* Most threaded GTK+ apps won't need to use this method.
*
- * This method must be called before gdk_threads_init, and cannot
+ * This method must be called before gdk_threads_init(), and cannot
* be called multiple times.
+ *
+ * Since: 2.4
**/
void
gdk_threads_set_lock_functions (GCallback enter_fn,