[glib] docs: Fix g_async_queue_timeout_pop_unlocked typo
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] docs: Fix g_async_queue_timeout_pop_unlocked typo
- Date: Tue, 21 Feb 2012 00:13:09 +0000 (UTC)
commit 2ca6c475ea16d4e1a0a136bde1c20ba45c421a58
Author: David King <amigadave amigadave com>
Date: Sat Feb 18 11:56:09 2012 +0000
docs: Fix g_async_queue_timeout_pop_unlocked typo
glib/gasyncqueue.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c
index 195445e..dab487c 100644
--- a/glib/gasyncqueue.c
+++ b/glib/gasyncqueue.c
@@ -551,7 +551,7 @@ g_async_queue_timeout_pop (GAsyncQueue *queue,
/**
* g_async_queue_timeout_pop_unlocked:
* @queue: a #GAsyncQueue
- * @time: the number of microseconds to wait
+ * @timeout: the number of microseconds to wait
*
* Pops data from the @queue. If the queue is empty, blocks for
* @timeout microseconds, or until data becomes available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]