mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 13:53:06 +02:00
gio: Document that GSocket is not thread safe
https://bugzilla.gnome.org/show_bug.cgi?id=726318
This commit is contained in:
parent
7a86a6690a
commit
2b247e1589
@ -117,6 +117,10 @@
|
|||||||
* account the fact that your program will not automatically be killed
|
* account the fact that your program will not automatically be killed
|
||||||
* if it tries to write to %stdout after it has been closed.
|
* if it tries to write to %stdout after it has been closed.
|
||||||
*
|
*
|
||||||
|
* Like most other APIs in GLib, #GSocket is not inherently thread safe. To use
|
||||||
|
* a #GSocket concurrently from multiple threads, you must implement your own
|
||||||
|
* locking.
|
||||||
|
*
|
||||||
* Since: 2.22
|
* Since: 2.22
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user