* gpgme.texi (Protocols and Engines): Document
gpgme_get_protocol_name.
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>
@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.