Next: Engine Information, Up: Protocols and Engines [Contents][Index]
SINCE: 1.5.0
The function gpgme_get_dirinfo returns a statically allocated
string with the value associated to what. The returned values
are the defaults and won’t change even after
gpgme_set_engine_info has been used to configure a different
engine. NULL is returned if no value is available. Commonly
supported values for what are:
homedirReturn the default home directory.
sysconfdirReturn the name of the system configuration directory
bindirReturn the name of the directory with GnuPG program files.
libdirReturn the name of the directory with GnuPG related library files.
libexecdirReturn the name of the directory with GnuPG helper program files.
datadirReturn the name of the directory with GnuPG shared data.
localedirReturn the name of the directory with GnuPG locale data.
socketdirReturn the name of the directory with the following sockets.
agent-socketReturn the name of the socket to connect to the gpg-agent.
agent-ssh-socketReturn the name of the socket to connect to the ssh-agent component of gpg-agent.
dirmngr-socketReturn the name of the socket to connect to the dirmngr.
uiserver-socketReturn the name of the socket to connect to the user interface server.
gpgconf-nameReturn the file name of the engine configuration tool.
gpg-nameReturn the file name of the OpenPGP engine.
gpgsm-nameReturn the file name of the CMS engine.
g13-nameReturn the name of the file container encryption engine.
keyboxd-nameReturn the name of the key database daemon.
agent-nameReturn the name of gpg-agent.
scdaemon-nameReturn the name of the smart card daemon.
dirmngr-nameReturn the name of dirmngr.
pinentry-nameReturn the name of the pinentry program.
gpg-wks-client-nameReturn the name of the Web Key Service tool.
gpgtar-nameReturn the name of the gpgtar program.
The function gpgme_engine_check_version verifies that the
engine implementing the protocol PROTOCOL is installed in the
expected path and meets the version requirement of GPGME.
This function returns the error code GPG_ERR_NO_ERROR if the
engine is available and GPG_ERR_INV_ENGINE if it is not.
Next: Engine Information, Up: Protocols and Engines [Contents][Index]