From 531ba6a89fe9fcdf7961a272007f60a4242e4287 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 20 Jul 2016 15:57:44 +0200 Subject: disconnect param in libcoopgamma_context_destroy.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/man/libcoopgamma_context_destroy.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/man/libcoopgamma_context_destroy.3 b/doc/man/libcoopgamma_context_destroy.3 index f913fa7..4261bba 100644 --- a/doc/man/libcoopgamma_context_destroy.3 +++ b/doc/man/libcoopgamma_context_destroy.3 @@ -5,7 +5,7 @@ libcoopgamma_context_destroy - Deinitialise a libcoopgamma_context_t .nf #include -void libcoopgamma_context_destroy(libcoopgamma_context_t *restrict \fIthis\fP); +void libcoopgamma_context_destroy(libcoopgamma_context_t *restrict \fIthis\fP, int \fIdisconnect\fP); .fi .P Link with @@ -20,6 +20,11 @@ The function does however not free the allocation of the pointer .IR this itself. +.P +If and only if +.I disconnect +is a non-zero value, the function will +disconnect from the coopgamma server. .SH "SEE ALSO" .BR libcoopgamma_context_initialise (3), .BR libcoopgamma_context_marshal (3), -- cgit v1.2.3-70-g09d2