2003-01-30 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi (Protocols and Engines): Document
	gpgme_get_protocol_name.
This commit is contained in:
Marcus Brinkmann 2003-01-30 12:01:21 +00:00
parent b7779c802c
commit feb78b25ec
2 changed files with 10 additions and 0 deletions

View 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>

View 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.