diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-20 15:57:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-20 15:57:44 +0200 |
commit | 531ba6a89fe9fcdf7961a272007f60a4242e4287 (patch) | |
tree | 2c54e5d8e63d821c28e6f69a5ce73f22bbd5f4d2 /doc/man | |
parent | m + Add libcoopgamma_*_unmarshal.3 (diff) | |
download | libcoopgamma-531ba6a89fe9fcdf7961a272007f60a4242e4287.tar.gz libcoopgamma-531ba6a89fe9fcdf7961a272007f60a4242e4287.tar.bz2 libcoopgamma-531ba6a89fe9fcdf7961a272007f60a4242e4287.tar.xz |
disconnect param in libcoopgamma_context_destroy.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/libcoopgamma_context_destroy.3 | 7 |
1 files changed, 6 insertions, 1 deletions
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 <libcoopgamma.h> -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), |