~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to doc/functions/gnutls_pubkey_set_pin_function

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
 
 
4
 
 
5
@deftypefun {void} {gnutls_pubkey_set_pin_function} (gnutls_pubkey_t @var{key}, gnutls_pin_callback_t @var{fn}, void * @var{userdata})
 
6
@var{key}: A key of type @code{gnutls_pubkey_t} 
 
7
 
 
8
@var{fn}: the callback
 
9
 
 
10
@var{userdata}: data associated with the callback
 
11
 
 
12
This function will set a callback function to be used when
 
13
required to access the object. This function overrides any other
 
14
global PIN functions.
 
15
 
 
16
Note that this function must be called right after initialization
 
17
to have effect.
 
18
 
 
19
@strong{Since:} 3.1.0
 
20
@end deftypefun