c00283ebd0
Added macros: * SECRET_VERSION_MAJOR * SECRET_VERSION_MINOR * SECRET_VERSION_MICRO * SECRET_CHECK_VERSION These macros are widely defined in GLib based library. For example, GLib, GTK, poppler GLib and so on define them. These macros are useful to detect libsecret version on build type and from GObject Introspection based bindings. |
||
---|---|---|
build | ||
docs | ||
egg | ||
libsecret | ||
po | ||
tool | ||
.dir-locals.el | ||
.gitignore | ||
.gitlab-ci.yml | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.TESTS | ||
libsecret.doap | ||
Makefile.am | ||
meson_options.txt | ||
meson.build | ||
NEWS | ||
README.md |
libsecret
A GObject-based library for accessing the Secret Service API of the freedesktop.org project, a cross-desktop effort to access passwords, tokens and other types of secrets. libsecret provides a convenient wrapper for these methods so consumers do not have to call the low-level DBus methods.
The actual Secret Service API spec can be found at https://specifications.freedesktop.org/secret-service/.
Building
To build and install libsecret, you can use the following commands:
$ meson _build
$ ninja -C _build
$ ninja -C _build install
Contributing
You can browse the code, issues and more at libsecret's GitLab repository.
If you find a bug in libsecret, please file an issue on the issue tracker. Please try to add reproducible steps and the relevant version of libsecret.
If you want to contribute functionality or bug fixes, please open a Merge Request (MR). For more info on how to do this, see GitLab's help pages on MR's.
If libsecret is not translated in your language or you believe that the current translation has errors, you can join one of the various translation teams in GNOME. Translators do not commit directly to Git, but are advised to use our separate translation infrastructure instead. More info can be found at the translation project wiki page.