summaryrefslogtreecommitdiff
path: root/libsecret/secret-paths.h
Commit message (Collapse)AuthorAgeFilesLines
* libsecret: Add secret_service_encode_dbus_secret() and oppositeStef Walter2014-03-041-0/+6
| | | | | | | | | Add secret_service_encode_dbus_secret() and secret_service_decode_dbus_secret() functions for encoding and decoding the Secret Service API DBus structs that carry secrets on the wire. These are not added to the stable or scripting APIs.
* Pass return_type to prompt async begin functions, rather than finishStef Walter2013-06-211-1/+1
| | | | | | | | | | | Much like g_dbus_connection_call() we now pass our return_type value when starting the async operation. This unbreaks vala and various other bindings that make assumptions about the form of xxx_finish() async calls. This is an API/API break, but its to the portion of the library marked as unstable. Only used by seahorse (in jhbuild) and updated usage there.
* Split the pkg-config files, gir, and vapi into stable/unstableStef Walter2012-07-131-1/+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/+277
* 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.