Added Return value: to wmud_client_close() documentation block

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2012-03-29 18:50:49 +02:00
parent a9f75f7814
commit d098d0d1ba

View File

@ -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)