mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-22 18:29:03 +01:00
docs: Fix g_async_queue_timeout_pop_unlocked typo
This commit is contained in:
@@ -551,7 +551,7 @@ g_async_queue_timeout_pop (GAsyncQueue *queue,
|
|||||||
/**
|
/**
|
||||||
* g_async_queue_timeout_pop_unlocked:
|
* g_async_queue_timeout_pop_unlocked:
|
||||||
* @queue: a #GAsyncQueue
|
* @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
|
* Pops data from the @queue. If the queue is empty, blocks for
|
||||||
* @timeout microseconds, or until data becomes available.
|
* @timeout microseconds, or until data becomes available.
|
||||||
|
|||||||
Reference in New Issue
Block a user