Added Return value: to wmud_client_close() documentation block
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
a9f75f7814
commit
d098d0d1ba
@ -86,6 +86,9 @@ wmud_client_close(wmudClient *client, gboolean send_goodbye)
|
|||||||
* @client: the wmudClient structure of the client
|
* @client: the wmudClient structure of the client
|
||||||
*
|
*
|
||||||
* Processes incoming client data, and client hangup
|
* Processes incoming client data, and client hangup
|
||||||
|
*
|
||||||
|
* Return value: %FALSE if the connection is closed after this call, %TRUE
|
||||||
|
* otherwise
|
||||||
*/
|
*/
|
||||||
static gboolean
|
static gboolean
|
||||||
wmud_client_callback(GSocket *client_socket, GIOCondition condition, wmudClient *client)
|
wmud_client_callback(GSocket *client_socket, GIOCondition condition, wmudClient *client)
|
||||||
|
Loading…
Reference in New Issue
Block a user