aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_context_free.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-05-10 13:44:06 +0200
committerMattias Andrée <maandree@kth.se>2020-05-10 13:44:06 +0200
commit4a968d807d2ec611f443d704ae875911894c04e2 (patch)
treea7c1d4f178842bb6971c7a4b2c159049df794dd0 /libaxl_context_free.3
parentFix struct for ClientMessage event (diff)
downloadlibaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.gz
libaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.bz2
libaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.xz
A few things
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libaxl_context_free.326
1 files changed, 26 insertions, 0 deletions
diff --git a/libaxl_context_free.3 b/libaxl_context_free.3
new file mode 100644
index 0000000..8f68536
--- /dev/null
+++ b/libaxl_context_free.3
@@ -0,0 +1,26 @@
+.TH libaxl_context_free 3 libaxl
+.SH NAME
+libaxl_context_free - Deallocation a context
+.SH SYNOPSIS
+.nf
+#include <libaxl.h>
+
+void libaxl_context_free(LIBAXL_CONTEXT *\fIctx\fP);
+.fi
+.SH DESCRIPTION
+The
+.BR libaxl_context_free ()
+function deallocates the object specified in the
+.I ctx
+parameter, or does nothing if the argument is
+.IR NULL .
+.SH RETURN VALUE
+None.
+.SH ERRORS
+The
+.BR libaxl_context_free ()
+function cannot fail.
+.SH NOTES
+None.
+.SH SEE ALSO
+.BR libaxl_context_create (3)