[glib: 1/2] Fix typo in g_socket_listener_accept_async()'s comment




commit e724e6ed043fa38c788f3442ad09160880b0f64e
Author: demotomohiro <gpuppur gmail com>
Date:   Fri Apr 16 23:08:09 2021 +0900

    Fix typo in g_socket_listener_accept_async()'s comment

 gio/gsocketlistener.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gsocketlistener.c b/gio/gsocketlistener.c
index bdf1608dc..9baa609bc 100644
--- a/gio/gsocketlistener.c
+++ b/gio/gsocketlistener.c
@@ -913,7 +913,7 @@ g_socket_listener_accept_socket_finish (GSocketListener  *listener,
  * This is the asynchronous version of g_socket_listener_accept().
  *
  * When the operation is finished @callback will be
- * called. You can then call g_socket_listener_accept_socket()
+ * called. You can then call g_socket_listener_accept_finish()
  * to get the result of the operation.
  *
  * Since: 2.22


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