docs: Fix g_async_queue_timeout_pop_unlocked typo

This commit is contained in:
David King 2012-02-18 11:56:09 +00:00 committed by Ryan Lortie
parent 912ac79041
commit 2ca6c475ea

View File

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