aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r--doc/gpgme.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 0df92f58..0c1783e6 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -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