aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2021-12-10 11:10:13 +0000
committerIngo Klöcker <[email protected]>2021-12-10 11:10:13 +0000
commit5f1ba40116199cd77987c3c2797d600f6df018c2 (patch)
treeb52b8c3d84229bdb6afbde2b0550ec330219a42e
parentcore: Support all components with dirinfo() (diff)
downloadgpgme-5f1ba40116199cd77987c3c2797d600f6df018c2.tar.gz
gpgme-5f1ba40116199cd77987c3c2797d600f6df018c2.zip
cpp: Add new supported components to API docs of dirInfo()
lang/cpp/src/global.h: Update API doc of dirInfo(). -- GnuPG-bug-id: 5727
-rw-r--r--lang/cpp/src/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cpp/src/global.h b/lang/cpp/src/global.h
index d7430e2b..a25b46ce 100644
--- a/lang/cpp/src/global.h
+++ b/lang/cpp/src/global.h
@@ -91,7 +91,8 @@ GPGMEPP_EXPORT EngineInfo engineInfo(Engine engine);
homedir, sysconfdir, bindir, libexecdir, libdir,
datadir, localedir, agent-socket, agent-ssh-socket,
dirmngr-socket, uiserver-socket, gpgconf-name, gpg-name,
-gpgsm-name, g13-name, socketdir.
+gpgsm-name, g13-name, keyboxd-name, agent-name, scdaemon-name,
+dirmngr-name, pinentry-name, socketdir.
This may be extended in the future.
*/