summaryrefslogtreecommitdiff
path: root/glib/gthreadpool.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-12-17 20:27:02 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-17 20:27:02 +0000
commit73d870f9b7d12c64f6b2aee3fa6da9e9f537a3d2 (patch)
tree2e2e11137c8ed21153e92c802fe64841ae336cdd /glib/gthreadpool.h
parent7d0a0206d85ab0338305a90c7d4f5afeb517f455 (diff)
downloadglib-73d870f9b7d12c64f6b2aee3fa6da9e9f537a3d2.tar.gz
Don't use "wait" as parameter name. (#379207, Christian Biere)
2006-12-17 Matthias Clasen <mclasen@redhat.com> * glib/gthreadpool.h: * glib/gthreadpool.c (g_thread_pool_free): Don't use "wait" as parameter name. (#379207, Christian Biere)
Diffstat (limited to 'glib/gthreadpool.h')
-rw-r--r--glib/gthreadpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gthreadpool.h b/glib/gthreadpool.h
index 371b9ef1e..91a02d6ae 100644
--- a/glib/gthreadpool.h
+++ b/glib/gthreadpool.h
@@ -85,7 +85,7 @@ guint g_thread_pool_unprocessed (GThreadPool *pool);
* does however not mean, that threads are killed. */
void g_thread_pool_free (GThreadPool *pool,
gboolean immediate,
- gboolean wait);
+ gboolean wait_);
/* Set the maximal number of unused threads before threads will be stopped by
* GLib, -1 means no limit */