mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
Remove g_socket_set/get_reuse_address from header
These functions have been removed.
This commit is contained in:
parent
13cb011762
commit
66d49b8bde
@ -92,9 +92,6 @@ GSocketAddress * g_socket_get_remote_address (GSocket
|
|||||||
void g_socket_set_blocking (GSocket *socket,
|
void g_socket_set_blocking (GSocket *socket,
|
||||||
gboolean blocking);
|
gboolean blocking);
|
||||||
gboolean g_socket_get_blocking (GSocket *socket);
|
gboolean g_socket_get_blocking (GSocket *socket);
|
||||||
void g_socket_set_reuse_address (GSocket *socket,
|
|
||||||
gboolean reuse);
|
|
||||||
gboolean g_socket_get_reuse_address (GSocket *socket);
|
|
||||||
void g_socket_set_keepalive (GSocket *socket,
|
void g_socket_set_keepalive (GSocket *socket,
|
||||||
gboolean keepalive);
|
gboolean keepalive);
|
||||||
gboolean g_socket_get_keepalive (GSocket *socket);
|
gboolean g_socket_get_keepalive (GSocket *socket);
|
||||||
|
Loading…
Reference in New Issue
Block a user