aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-01-30 13:11:25 +0000
committerMarcus Brinkmann <[email protected]>2003-01-30 13:11:25 +0000
commitd102681aef8e58fe2503d2a58142558bc6034d80 (patch)
tree93670e9eb4eed5cee3561a5602593b66e3d7f414 /doc
parent2003-01-30 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-d102681aef8e58fe2503d2a58142558bc6034d80.tar.gz
gpgme-d102681aef8e58fe2503d2a58142558bc6034d80.zip
doc/
2003-01-30 Marcus Brinkmann <[email protected]> * gpgme.texi (Engine Information): Rename member part to file_name. gpgme/ 2003-01-30 Marcus Brinkmann <[email protected]> * engine-backend.h (struct engine_ops): Rename get_path to get_file_name. * gpgme.h (struct _gpgme_engine_info): Rename member path to file_name. * version.c: Do not include <stdio.h>, <stdlib.h>, context.h and util.h. Other clean ups. (parse_version_number): Protect more seriously against overflow. (gpgme_get_engine_info): Move to ... * engine.c (gpgme_get_engine_info): ... here. (_gpgme_engine_get_info): Function removed. (_gpgme_engine_get_path): Make static and rename to ... (engine_get_file_name): .. this. (_gpgme_engine_get_version): Make static and rename to ... (engine_get_version): ... this. (_gpgme_engine_get_req_version): Make static and rename to ... (engine_get_req_version): ... this. * engine.h (_gpgme_engine_get_path, _gpgme_engine_get_version, _gpgme_engine_req_version, _gpgme_engine_get_info.): Remove prototypes. tests/ 2003-01-30 Marcus Brinkmann <[email protected]> * t-engine-info.c: Use file_name instead path throughout.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog3
-rw-r--r--doc/gpgme.texi4
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8487dc12..4b695d71 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,8 @@
2003-01-30 Marcus Brinkmann <[email protected]>
+ * gpgme.texi (Engine Information): Rename member part to
+ file_name.
+
* gpgme.texi (Protocols and Engines): Document
gpgme_get_protocol_name.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 96f9184f..88472cc3 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -632,8 +632,8 @@ This is the protocol for which the crypo engine is used. You can
convert this to a string with @code{gpgme_get_protocol_name} for
printing.
-@item const char *path
-This is a string holding the path to the executable of the crypto
+@item const char *file_name
+This is a string holding the file name of the executable of the crypto
engine. Currently, it is never @code{NULL}, but using @code{NULL} is
reserved for future use, so always check before you use it.