summaryrefslogtreecommitdiff
path: root/libsecret/secret-types.h
Commit message (Collapse)AuthorAgeFilesLines
* secret-file-backend: New backend for storing secrets in fileDaiki Ueno2019-10-131-0/+1
| | | | This adds a new backend based on locally stored file.
* secret-password: Add search functionsDaiki Ueno2019-07-181-0/+7
| | | | | This adds a set of functions that expose secret_service_search* from the simple API.
* Revert "Merge branch 'wip/dueno/search' into 'master'"Daiki Ueno2018-12-071-7/+0
| | | This reverts merge request !7
* password: Add secret_password_search* functionsDaiki Ueno2018-10-191-0/+7
| | | | | | | | | | | | | | Previously there were no functions in the simple API that return the matched attributes other than the secret value, while there were needs for augumenting user input with additional information (such as completing web forms). This adds a set of functions which wrap secret_service_search*. Note that the return value is a list of GHashTable not of SecretItem, because SecretItem is a subclass of GDBusProxy, which we don't want to expose from the simple API. Fixes #16
* Split the pkg-config files, gir, and vapi into stable/unstableStef Walter2012-07-131-14/+1
| | | | | | | * C callers need to use libsecret-0 pkg-config file for stable and libsecret-unstable for unstable stuff. * Vala callers need to '--pkg libsecret-unstable' for unstable * GObject Introspection callers need to use the SecretUnstable package
* Rename the library subdirectory to libsecretStef Walter2012-07-131-0/+56
* Death by a thousand paper cuts from gir and vapi not liking the fact that the secret.h file was not usable uninstalled and installed in the same way.