mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
gsocketservice: Clarify g_socket_service_stop() documentation
https://bugzilla.gnome.org/show_bug.cgi?id=724233
This commit is contained in:
parent
125913e9fe
commit
0017728c8c
@ -203,6 +203,12 @@ g_socket_service_start (GSocketService *service)
|
|||||||
* This call is thread-safe, so it may be called from a thread
|
* This call is thread-safe, so it may be called from a thread
|
||||||
* handling an incoming client request.
|
* handling an incoming client request.
|
||||||
*
|
*
|
||||||
|
* Note that this only stops accepting new connections; it does not
|
||||||
|
* close the listening sockets, and you can call
|
||||||
|
* g_socket_service_start() again later to begin listening again. To
|
||||||
|
* close the listening sockets, call g_socket_listener_close(). (This
|
||||||
|
* will happen automatically when the #GSocketService is finalized.)
|
||||||
|
*
|
||||||
* Since: 2.22
|
* Since: 2.22
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user