diff options
Diffstat (limited to 'libcontacts_email_destroy.3')
-rw-r--r-- | libcontacts_email_destroy.3 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/libcontacts_email_destroy.3 b/libcontacts_email_destroy.3 new file mode 100644 index 0000000..387bd18 --- /dev/null +++ b/libcontacts_email_destroy.3 @@ -0,0 +1,34 @@ +.TH LIBCONTACTS_EMAIL_DESTROY 3 LIBCONTACTS +.SH NAME +libcontacts_email_destroy \- Deallocate memory for a contact e-mail address entry +.SH SYNOPSIS +.nf +#include <libcontacts.h> + +int libcontacts_email_destroy(struct libcontacts_email *\fIentry\fP); +.fi +.PP +Link with +.IR -lcontacts . + +.SH DESCRIPTION +The +.BR libcontacts_email_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) |