~ubuntu-branches/ubuntu/trusty/libidn/trusty

« back to all changes in this revision

Viewing changes to doc/man/idn_free.3

  • Committer: Bazaar Package Importer
  • Author(s): Simon Josefsson, Simon Josefsson
  • Date: 2009-04-17 00:22:30 UTC
  • mfrom: (1.2.11 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090417002230-3on40qu1llxq7ybb
Tags: 1.14-3
[ Simon Josefsson ]
* Don't use autotools-dev, the config.* files in libidn
  are newer than what's in autotools-dev.
* Use more idiomatatic code to filter out platforms without gcj.
  Thanks to Adeodato Simó <dato@net.com.org.es>.
* Upload to unstable after testing in experimental.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "idn_free" 3 "1.14" "libidn" "libidn"
 
3
.SH NAME
 
4
idn_free \- API function
 
5
.SH SYNOPSIS
 
6
.B #include <idn.h>
 
7
.sp
 
8
.BI "void idn_free(void * " ptr ");"
 
9
.SH ARGUMENTS
 
10
.IP "void * ptr" 12
 
11
memory region to deallocate, or \fBNULL\fP.
 
12
.SH "DESCRIPTION"
 
13
Deallocates memory region by calling \fBfree()\fP.  If \fIptr\fP is \fBNULL\fP no
 
14
operation is performed.
 
15
 
 
16
Normally applications de\-allocate strings allocated by libidn by
 
17
calling \fBfree()\fP directly.  Under Windows, different parts of the
 
18
same application may use different heap memory, and then it is
 
19
important to deallocate memory allocated within the same module
 
20
that allocated it.  This function makes that possible.
 
21
.SH "REPORTING BUGS"
 
22
Report bugs to <bug-libidn@gnu.org>.
 
23
GNU Libidn home page: http://www.gnu.org/software/libidn/
 
24
General help using GNU software: http://www.gnu.org/gethelp/
 
25
.SH COPYRIGHT
 
26
Copyright \(co 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson.
 
27
.br
 
28
Copying and distribution of this file, with or without modification,
 
29
are permitted in any medium without royalty provided the copyright
 
30
notice and this notice are preserved.
 
31
.SH "SEE ALSO"
 
32
The full documentation for
 
33
.B libidn
 
34
is maintained as a Texinfo manual.  If the
 
35
.B info
 
36
and
 
37
.B libidn
 
38
programs are properly installed at your site, the command
 
39
.IP
 
40
.B info libidn
 
41
.PP
 
42
should give you access to the complete manual.