summaryrefslogtreecommitdiff
path: root/libsecret/secret-service.c
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-12-11 10:32:25 +0100
committerStef Walter <stefw@gnome.org>2013-12-11 10:57:22 +0100
commitdd6fcf87bb1fd605e4350749dacfed52938e8bb0 (patch)
treec35d7258b08bf0e49a993440b743fa51728b6804 /libsecret/secret-service.c
parent71e2791ea3f911d71396ff7bc5a85f214bbcb1ec (diff)
downloadlibsecret-dd6fcf87bb1fd605e4350749dacfed52938e8bb0.tar.gz
Mark most of unstable API as stable
This is with the exception of the 'path' functions.
Diffstat (limited to 'libsecret/secret-service.c')
-rw-r--r--libsecret/secret-service.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libsecret/secret-service.c b/libsecret/secret-service.c
index 7954b8c..0179f64 100644
--- a/libsecret/secret-service.c
+++ b/libsecret/secret-service.c
@@ -66,10 +66,7 @@
* In order to customize prompt handling, override the <literal>prompt_async</literal>
* and <literal>prompt_finish</literal> virtual methods of the #SecretService class.
*
- * These functions have an unstable API and may change across versions. Use
- * <literal>libsecret-unstable</literal> package to access them.
- *
- * Stability: Unstable
+ * Stability: Stable
*/
/**
@@ -1101,7 +1098,7 @@ secret_service_get_flags (SecretService *self)
* initializing #SecretService proxy object, then this method will return
* %NULL. Use secret_service_load_collections() to load the collections.
*
- * Returns: (transfer full) (element-type SecretUnstable.Collection) (allow-none): a
+ * Returns: (transfer full) (element-type Secret.Collection) (allow-none): a
* list of the collections in the secret service
*/
GList *