libsecret/docs
Stef Walter 1758194f26 service: Rename secret_service_new() and friends to open()
The _new() suffix confuses vala and gobject introspection thinking
that it's a constructor, and there's no way to tell it otherwise. And
things really get messy because they're async functions.

So while we're still unstable, rename these functions to
secret_service_open() secret_service_open_sync() and
secret_service_open_finish().

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.
2013-06-21 15:11:14 +02:00
..
man tool: Add a 'search' command for looking up items and details 2013-02-18 15:21:17 +01:00
reference service: Rename secret_service_new() and friends to open() 2013-06-21 15:11:14 +02:00
Makefile.am secret-tool: Add a manual page 2012-08-16 11:13:10 +02:00