[libsoup] docs: Update soup_server_listen() to be more clear



commit 6f611a51fb179a63cd792da853af79b7f8a7cf42
Author: Patrick Griffis <pgriffis igalia com>
Date:   Mon May 23 14:55:16 2022 -0500

    docs: Update soup_server_listen() to be more clear
    
    This API doesn't listen on both ipv4/ipv6 but other APIs do.

 libsoup/server/soup-server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libsoup/server/soup-server.c b/libsoup/server/soup-server.c
index 63e39a95..ebb1841b 100644
--- a/libsoup/server/soup-server.c
+++ b/libsoup/server/soup-server.c
@@ -1260,7 +1260,7 @@ soup_server_listen_internal (SoupServer *server, SoupSocket *listener,
  * After calling this method, @server will begin accepting and processing
  * connections as soon as the appropriate [struct@GLib.MainContext] is run.
  *
- * Note that #SoupServer never makes use of dual IPv4/IPv6 sockets; if
+ * Note that this API does not make use of dual IPv4/IPv6 sockets; if
  * @address is an IPv6 address, it will only accept IPv6 connections.
  * You must configure IPv4 listening separately.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]