From d098d0d1bab18fd871a8a8bc19d436f0ea05422a Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Thu, 29 Mar 2012 18:50:49 +0200 Subject: [PATCH] Added Return value: to wmud_client_close() documentation block Signed-off-by: Gergely Polonkai (W00d5t0ck) --- wmud/game-networking.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmud/game-networking.c b/wmud/game-networking.c index ac414e6..0bb6504 100644 --- a/wmud/game-networking.c +++ b/wmud/game-networking.c @@ -86,6 +86,9 @@ wmud_client_close(wmudClient *client, gboolean send_goodbye) * @client: the wmudClient structure of the client * * Processes incoming client data, and client hangup + * + * Return value: %FALSE if the connection is closed after this call, %TRUE + * otherwise */ static gboolean wmud_client_callback(GSocket *client_socket, GIOCondition condition, wmudClient *client)