diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-10-08 07:24:02 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-10-08 07:24:45 +0200 |
commit | 648bac70a88334bab0669d048965328e019d02ad (patch) | |
tree | 169c7d349c1785a2324b32a4b7a771a51a456a5c /doc | |
parent | ecf504eea4b091ee88b1396fc6b0ea48e8b46e9e (diff) | |
download | gnutls-648bac70a88334bab0669d048965328e019d02ad.tar.gz |
doc: added gnutls_datum_t and giovec_t to indexes
Resolves #137
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 8057818bcc..4abeef856a 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -111,6 +111,8 @@ See @ref{Error codes}, for a description of the available error codes. @node Common types @subsection Common types +@cindex gnutls_datum_t +@cindex giovec_t All strings that are to provided as input to @acronym{GnuTLS} functions should be in UTF-8 unless otherwise specified. Output strings are also |