diff options
author | Ingo Klöcker <[email protected]> | 2023-01-18 09:37:39 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-01-18 09:37:39 +0000 |
commit | 7a68a1ca645296fa90ff9e08a99879cf8d440630 (patch) | |
tree | 1d2b934bb5e26980620d45571d620dab3c118d4b | |
parent | cpp,doc: Update list of allowed values for dirInfo (diff) | |
download | gpgme-7a68a1ca645296fa90ff9e08a99879cf8d440630.tar.gz gpgme-7a68a1ca645296fa90ff9e08a99879cf8d440630.zip |
doc: Document socketdir value of gpgme_get_dirinfo
--
-rw-r--r-- | doc/gpgme.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index eeb865aa..2532f800 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -981,6 +981,9 @@ Return the name of the directory with GnuPG shared data. @item localedir Return the name of the directory with GnuPG locale data. +@item socketdir +Return the name of the directory with the following sockets. + @item agent-socket Return the name of the socket to connect to the gpg-agent. |