mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
gthreadpool: Fix some typos in the docs for g_thread_pool_free()
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
8bb04fb866
commit
784bfaa250
@ -861,10 +861,10 @@ g_thread_pool_unprocessed (GThreadPool *pool)
|
||||
* processing a task. Instead at least all still running threads
|
||||
* can finish their tasks before the @pool is freed.
|
||||
*
|
||||
* If @wait_ is %TRUE, the functions does not return before all
|
||||
* If @wait_ is %TRUE, this function does not return before all
|
||||
* tasks to be processed (dependent on @immediate, whether all
|
||||
* or only the currently running) are ready.
|
||||
* Otherwise the function returns immediately.
|
||||
* Otherwise this function returns immediately.
|
||||
*
|
||||
* After calling this function @pool must not be used anymore.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user