diff --git a/gio/gsocket.c b/gio/gsocket.c index 6ce4e7c52..807a423a1 100644 --- a/gio/gsocket.c +++ b/gio/gsocket.c @@ -3712,8 +3712,8 @@ g_socket_condition_timed_wait (GSocket *socket, * @cancellable: (allow-none): a %GCancellable or %NULL * @error: #GError for error reporting, or %NULL to ignore. * - * Send data to @address on @socket. This is the most complicated and - * fully-featured version of this call. For easier use, see + * Send data to @address on @socket. For sending multiple messages see + * g_socket_send_messages(); for easier use, see * g_socket_send() and g_socket_send_to(). * * If @address is %NULL then the message is sent to the default receiver