diff options
author | Marcus Brinkmann <[email protected]> | 2003-01-30 12:01:21 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-01-30 12:01:21 +0000 |
commit | feb78b25ec156d50c612e2756f8480925fff140a (patch) | |
tree | 2d6072da71f451d3bc528cd30a27411899e6bace /doc/gpgme.texi | |
parent | Add new interfaces. (diff) | |
download | gpgme-feb78b25ec156d50c612e2756f8480925fff140a.tar.gz gpgme-feb78b25ec156d50c612e2756f8480925fff140a.zip |
2003-01-30 Marcus Brinkmann <[email protected]>
* gpgme.texi (Protocols and Engines): Document
gpgme_get_protocol_name.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 8b4cf119..96f9184f 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -583,6 +583,13 @@ This specifies the Cryptographic Message Syntax. @end table @end deftp + +@deftypefun const char *gpgme_get_protocol_name (@w{GpgmeProtocol @var{protocol}}) +The function @code{gpgme_get_protocol_name} returns a statically +allocated string describing the protocol @var{protocol}, or +@code{NULL} if the protocol number is not valid. +@end deftypefun + @menu * Engine Version Check:: Verifying the engine version. * Engine Information:: Obtaining more information about the engines. |