[glib] gsocket: Fix documentation for g_socket_send_message()



commit 363fa1822355021b4b723389d51f63ac263ef30c
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Aug 17 19:13:15 2015 +0100

    gsocket: Fix documentation for g_socket_send_message()
    
    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsocket.c b/gio/gsocket.c
index 6ce4e7c..807a423 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


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