~ubuntu-branches/ubuntu/quantal/gnutls28/quantal

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_openpgp_crt_get_name.3

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-11-12 17:05:25 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20111112170525-kja1ffsqi68s1kwk
Tags: 3.0.8-1
* Build gnutls with --disable-largefile on armel, armhf and mipsel to fix
  guile related FTBFS on these architectures.
  See http://lists.gnu.org/archive/html/gnutls-devel/2011-10/msg00075.html
* New upstream version.
  + Bump shlibs.

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 "gnutls_openpgp_crt_get_name" 3 "3.0.3" "gnutls" "gnutls"
3
 
.SH NAME
4
 
gnutls_openpgp_crt_get_name \- API function
5
 
.SH SYNOPSIS
6
 
.B #include <gnutls/openpgp.h>
7
 
.sp
8
 
.BI "int gnutls_openpgp_crt_get_name(gnutls_openpgp_crt_t " key ", int " idx ", char * " buf ", size_t * " sizeof_buf ");"
9
 
.SH ARGUMENTS
10
 
.IP "gnutls_openpgp_crt_t key" 12
11
 
the structure that contains the OpenPGP public key.
12
 
.IP "int idx" 12
13
 
the index of the ID to extract
14
 
.IP "char * buf" 12
15
 
a pointer to a structure to hold the name, may be \fBNULL\fP
16
 
to only get the \fIsizeof_buf\fP.
17
 
.IP "size_t * sizeof_buf" 12
18
 
holds the maximum size of \fIbuf\fP, on return hold the
19
 
actual/required size of \fIbuf\fP.
20
 
.SH "DESCRIPTION"
21
 
Extracts the userID from the parsed OpenPGP key.
22
 
.SH "RETURNS"
23
 
\fBGNUTLS_E_SUCCESS\fP on success, and if the index of the ID
24
 
does not exist \fBGNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE\fP, or an
25
 
error code.
26
 
.SH "REPORTING BUGS"
27
 
Report bugs to <bug-gnutls@gnu.org>.
28
 
GnuTLS home page: http://www.gnu.org/software/gnutls/
29
 
General help using GNU software: http://www.gnu.org/gethelp/
30
 
.SH COPYRIGHT
31
 
Copyright \(co 2008 Free Software Foundation.
32
 
.br
33
 
Copying and distribution of this file, with or without modification,
34
 
are permitted in any medium without royalty provided the copyright
35
 
notice and this notice are preserved.
36
 
.SH "SEE ALSO"
37
 
The full documentation for
38
 
.B gnutls
39
 
is maintained as a Texinfo manual.  If the
40
 
.B info
41
 
and
42
 
.B gnutls
43
 
programs are properly installed at your site, the command
44
 
.IP
45
 
.B info gnutls
46
 
.PP
47
 
should give you access to the complete manual.