mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
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
This commit is contained in:
parent
347e4a75ec
commit
363fa18223
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user