Add g_socket_shutdown

This commit is contained in:
Alexander Larsson
2009-05-19 11:52:33 +02:00
parent 03441e724a
commit 0ffe722193
4 changed files with 79 additions and 0 deletions

View File

@@ -154,6 +154,10 @@ gssize g_socket_send_message (GSocket
GError **error);
gboolean g_socket_close (GSocket *socket,
GError **error);
gboolean g_socket_shutdown (GSocket *socket,
gboolean shutdown_read,
gboolean shutdown_write,
GError **error);
gboolean g_socket_is_closed (GSocket *socket);
GSource * g_socket_create_source (GSocket *socket,
GIOCondition condition,