2002-08-21 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 20 Aug 2002 23:25:49 +0000 (23:25 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 20 Aug 2002 23:25:49 +0000 (23:25 +0000)
* gpgme.texi (Header): Document name space.

doc/ChangeLog
doc/gpgme.texi

index 1bc5adea8e3e6e745c2719ddaba05899ba1fe756..4e5f1768f54a7ec5c92c9e94a3da92fb0228803d 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Header): Document name space.
+
 2002-08-20  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Importing Keys): Document gpgme_op_import_ext.
index 0df92f5855b628a9b5f3c95aae1c0aff66325bfa..0c1783e62f6d7bc4a9a5661fbefef3dd16636153 100644 (file)
@@ -328,7 +328,12 @@ like this:
 
 The name space of @acronym{GPGME} is @code{gpgme_*} for function
 names, @code{Gpgme*} for data types and @code{GPGME_*} for other
-symbols.
+symbols.  Symbols internal to @acronym{GPGME} take the form
+@code{_gpgme_*}.
+
+Because @acronym{GPGME} links to the Assuan library, linking to
+@acronym{GPGME} will also use the @code{assuan_*} and @code{_assuan_*}
+name space indirectly.
 
 
 @node Building the Source