* gpgme.texi (Header): Document name space.
+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.
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