aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_organisation_destroy.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-13 17:29:14 +0200
committerMattias Andrée <maandree@kth.se>2021-04-13 17:29:14 +0200
commit6546989d280d8fc1e8e2bc152f08d9b04090d4b8 (patch)
treed201c83a72d9ef296773794d0cfce6dd7ecab7e0 /libcontacts_organisation_destroy.3
parentUpdate todo: do not support multiple calendars, all birthdays shall be stored in gregorian, and other software shall convert (diff)
downloadlibcontacts-6546989d280d8fc1e8e2bc152f08d9b04090d4b8.tar.gz
libcontacts-6546989d280d8fc1e8e2bc152f08d9b04090d4b8.tar.bz2
libcontacts-6546989d280d8fc1e8e2bc152f08d9b04090d4b8.tar.xz
m + add section 3 man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libcontacts_organisation_destroy.3')
-rw-r--r--libcontacts_organisation_destroy.334
1 files changed, 34 insertions, 0 deletions
diff --git a/libcontacts_organisation_destroy.3 b/libcontacts_organisation_destroy.3
new file mode 100644
index 0000000..f192eb1
--- /dev/null
+++ b/libcontacts_organisation_destroy.3
@@ -0,0 +1,34 @@
+.TH LIBCONTACTS_ORGANISATION_DESTROY 3 LIBCONTACTS
+.SH NAME
+libcontacts_organisation_destroy \- Deallocate memory for a contact organisation membership entry
+.SH SYNOPSIS
+.nf
+#include <libcontacts.h>
+
+int libcontacts_organisation_destroy(struct libcontacts_organisation *\fIentry\fP);
+.fi
+.PP
+Link with
+.IR -lcontacts .
+
+.SH DESCRIPTION
+The
+.BR libcontacts_organisation_destroy ()
+function deallocates the memory stored in
+.IR *entry .
+The caller must manually call
+.BR free (3)
+on the pointer
+.I entry
+afterwards if it a freeable pointer.
+
+.SH RETURN VALUE
+None.
+
+.SH ERRORS
+None.
+
+.SH SEE ALSO
+.BR libcontacts.h (0),
+.BR libcontacts (7),
+.BR libcontacts_contact_destroy (3)