mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Fix up some doc comments that referred to threads not being enabled
(and a few other unrelated comment fixes)
This commit is contained in:
@@ -196,7 +196,7 @@ typedef struct _GTcpWrapperConnection GTcpWrapperConnectio
|
||||
/**
|
||||
* GThreadedSocketService:
|
||||
*
|
||||
* A helper class for handling accepting incomming connections in the
|
||||
* A helper class for handling accepting incoming connections in the
|
||||
* glib mainloop and handling them in a thread.
|
||||
*
|
||||
* Since: 2.22
|
||||
@@ -286,10 +286,6 @@ typedef gboolean (* GFileReadMoreCallback) (const char *file_contents,
|
||||
*
|
||||
* I/O Job function.
|
||||
*
|
||||
* Note that depending on whether threads are available, the
|
||||
* #GIOScheduler may run jobs in separate threads or in an idle
|
||||
* in the mainloop.
|
||||
*
|
||||
* Long-running jobs should periodically check the @cancellable
|
||||
* to see if they have been cancelled.
|
||||
*
|
||||
|
Reference in New Issue
Block a user