From 363fa1822355021b4b723389d51f63ac263ef30c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 17 Aug 2015 19:13:15 +0100 Subject: [PATCH] gsocket: Fix documentation for g_socket_send_message() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is no longer the most fully featured version of this function — g_socket_send_messages() stole that dubious honour with 2.44. https://bugzilla.gnome.org/show_bug.cgi?id=751924 --- gio/gsocket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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