[glib] Remove g_socket_set/get_reuse_address from header



commit 66d49b8bdeed9bac71acda847d8cbe0203dd5ba4
Author: Alexander Larsson <alexl redhat com>
Date:   Mon May 18 09:28:26 2009 +0200

    Remove g_socket_set/get_reuse_address from header
    
    These functions have been removed.
---
 gio/gsocket.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/gio/gsocket.h b/gio/gsocket.h
index 9a6a85d..00a9872 100644
--- a/gio/gsocket.h
+++ b/gio/gsocket.h
@@ -92,9 +92,6 @@ GSocketAddress *       g_socket_get_remote_address      (GSocket
 void                   g_socket_set_blocking            (GSocket                 *socket,
 							 gboolean                 blocking);
 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,
 							 gboolean                 keepalive);
 gboolean               g_socket_get_keepalive           (GSocket                 *socket);



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