mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Remove some questionable documentation
A function that takes a lock can certainly block in the sense that it has to wait if the lock is taken. https://bugzilla.gnome.org/show_bug.cgi?id=751751
This commit is contained in:
parent
c885d42751
commit
9c4887027d
@ -790,7 +790,7 @@ g_async_queue_sort_unlocked (GAsyncQueue *queue,
|
||||
* @queue: a #GAsyncQueue
|
||||
* @data: the @data to remove from the @queue
|
||||
*
|
||||
* Remove an item from the queue. This function does not block.
|
||||
* Remove an item from the queue.
|
||||
*
|
||||
* Returns: %TRUE if the item was removed
|
||||
*
|
||||
@ -817,7 +817,7 @@ g_async_queue_remove (GAsyncQueue *queue,
|
||||
* @queue: a #GAsyncQueue
|
||||
* @data: the @data to remove from the @queue
|
||||
*
|
||||
* Remove an item from the queue. This function does not block.
|
||||
* Remove an item from the queue.
|
||||
*
|
||||
* This function must be called while holding the @queue's lock.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user