mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
Update the docs for the new network APIs
This imports the network APIs into the gio reference docs, and cleans up a bunch of gtk-doc warnings and documentation issues.
This commit is contained in:
@@ -136,11 +136,6 @@ gssize g_socket_send_to (GSocket
|
||||
const gchar *buffer,
|
||||
gsize size,
|
||||
GError **error);
|
||||
GSocketControlMessage *g_socket_receive_control_message (GSocket *socket,
|
||||
GError **error);
|
||||
gboolean g_socket_send_control_message (GSocket *socket,
|
||||
GSocketControlMessage *message,
|
||||
GError **error);
|
||||
gssize g_socket_receive_message (GSocket *socket,
|
||||
GSocketAddress **address,
|
||||
GInputVector *vectors,
|
||||
|
Reference in New Issue
Block a user