aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/doc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/doc')
-rw-r--r--trunk/doc/ChangeLog3
-rw-r--r--trunk/doc/gpgme.texi4
2 files changed, 5 insertions, 2 deletions
diff --git a/trunk/doc/ChangeLog b/trunk/doc/ChangeLog
index 8487dc12..4b695d71 100644
--- a/trunk/doc/ChangeLog
+++ b/trunk/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/trunk/doc/gpgme.texi b/trunk/doc/gpgme.texi
index 96f9184f..88472cc3 100644
--- a/trunk/doc/gpgme.texi
+++ b/trunk/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.