~ubuntu-branches/ubuntu/lucid/gnutls26/lucid-proposed

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_openpgp_privkey_set_preferred_key_id.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-06-24 19:13:25 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624191325-33rewwn0p11jzdvq
Tags: 2.4.0-2
* Standards version 3.8.0. Rename README.source_and_patches to README.source.
* Upload to unstable.
* Point watchfile to stable releases again.
* Merge experimental and unstable changelog.

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_privkey_set_preferred_key_id" 3 "2.4.0" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_openpgp_privkey_set_preferred_key_id \- Set the prefered keyID
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/openpgp.h>
 
7
.sp
 
8
.BI "int gnutls_openpgp_privkey_set_preferred_key_id(gnutls_openpgp_privkey_t " key ", const gnutls_openpgp_keyid_t " keyid ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_openpgp_privkey_t key" 12
 
11
the structure that contains the OpenPGP public key.
 
12
.IP "const gnutls_openpgp_keyid_t keyid" 12
 
13
the selected keyid
 
14
.SH "DESCRIPTION"
 
15
This allows setting a preferred key id for the given certificate.
 
16
This key will be used by functions that involve key handling.
 
17
.SH "RETURNS"
 
18
On success, 0 is returned, or an error code.
 
19
.SH "REPORTING BUGS"
 
20
Report bugs to <bug-gnutls@gnu.org>.
 
21
.SH COPYRIGHT
 
22
Copyright \(co 2008 Free Software Foundation.
 
23
.br
 
24
Permission is granted to make and distribute verbatim copies of this
 
25
manual provided the copyright notice and this permission notice are
 
26
preserved on all copies.
 
27
.SH "SEE ALSO"
 
28
The full documentation for
 
29
.B gnutls
 
30
is maintained as a Texinfo manual.  If the
 
31
.B info
 
32
and
 
33
.B gnutls
 
34
programs are properly installed at your site, the command
 
35
.IP
 
36
.B info gnutls
 
37
.PP
 
38
should give you access to the complete manual.