2002-08-21 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi (Header): Document name space.
This commit is contained in:
Marcus Brinkmann 2002-08-20 23:25:49 +00:00
parent ea6c5f180b
commit 49216a0360
2 changed files with 10 additions and 1 deletions

View 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.

View 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