2003-01-30 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 30 Jan 2003 12:01:21 +0000 (12:01 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 30 Jan 2003 12:01:21 +0000 (12:01 +0000)
* gpgme.texi (Protocols and Engines): Document
gpgme_get_protocol_name.

doc/ChangeLog
doc/gpgme.texi

index ab3a6ae70a17a438dade5f707e4d4fcb7884e19a..8487dc12c89352bf9e77b7e63061bd0194e33aea 100644 (file)
@@ -1,5 +1,8 @@
 2003-01-30  Marcus Brinkmann  <marcus@g10code.de>
 
+       * gpgme.texi (Protocols and Engines): Document
+       gpgme_get_protocol_name.
+
        * gpgme.texi (Engine Information): Rewritten.
 
 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
index 8b4cf1190494d24b3bd1840b900be2b2b571e7fe..96f9184f37cd7d0a23e90db15574f75d50b9c59a 100644 (file)
@@ -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.