summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-06-21 10:05:08 +0200
committerStef Walter <stefw@gnome.org>2013-06-21 15:11:14 +0200
commit1758194f26a41f660bf1504731053a37fd422315 (patch)
tree75f18684edf94882572eb84b3794240e98413b9f /docs
parentcec740fea9a7ddec75cd625f86c03827e098326c (diff)
downloadlibsecret-1758194f26a41f660bf1504731053a37fd422315.tar.gz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsecret/libsecret-sections.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/libsecret/libsecret-sections.txt b/docs/reference/libsecret/libsecret-sections.txt
index 34045bc..a18b89e 100644
--- a/docs/reference/libsecret/libsecret-sections.txt
+++ b/docs/reference/libsecret/libsecret-sections.txt
@@ -189,9 +189,9 @@ secret_service_get
secret_service_get_sync
secret_service_get_finish
secret_service_disconnect
-secret_service_new
-secret_service_new_finish
-secret_service_new_sync
+secret_service_open
+secret_service_open_finish
+secret_service_open_sync
secret_service_get_collections
secret_service_get_flags
secret_service_get_session_algorithms