diff options
author | Werner Koch <[email protected]> | 2016-08-22 14:57:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-22 14:57:51 +0000 |
commit | 24e61984c9532924135c57b8ff98489a2d3bd4a3 (patch) | |
tree | 69fecf2bfd603953600a402947c09542f382fd74 /doc/gpgme.texi | |
parent | core: Base gpgme_get_dirinfo(uiserver-socket) on the socket dir. (diff) | |
download | gpgme-24e61984c9532924135c57b8ff98489a2d3bd4a3.tar.gz gpgme-24e61984c9532924135c57b8ff98489a2d3bd4a3.zip |
core: Add new items for gpgme_get_dirinfo.
* src/dirinfo.c (WANT_SYSCONFDIR, WANT_LIBEXECDIR, WANT_LIBDIR): New.
(WANT_DATADIR, WANT_LCOALEDIR, WANT_AGENT_SSH_SOCKET): New
(WANT_DIRMNGR_SOCKET): New.
(dirinfo): Add fields 'sysconfdir', 'bindir', 'libexecdir', 'libdir',
'datadir', 'localedir', 'agent_ssh_socket', and 'dirmngr_socket'.
(parse_output): Set these fields.
(get_gpgconf_item): Return them.
(gpgme_get_dirinfo): Likewise.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index e8a735a2..b28c6cad 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -946,9 +946,34 @@ supported values for @var{what} are: @item homedir Return the default home directory. +@item sysconfdir +Return the name of the system configuration directory + +@item bindir +Return the name of the directory with GnuPG program files. + +@item libdir +Return the name of the directory with GnuPG related library files. + +@item libexecdir +Return the name of the directory with GnuPG helper program files. + +@item datadir +Return the name of the directory with GnuPG shared data. + +@item localedir +Return the name of the directory with GnuPG locale data. + @item agent-socket Return the name of the socket to connect to the gpg-agent. +@item agent-ssh-socket +Return the name of the socket to connect to the ssh-agent component of +gpg-agent. + +@item dirmngr-socket +Return the name of the socket to connect to the dirmngr. + @item uiserver-socket Return the name of the socket to connect to the user interface server. |