summaryrefslogtreecommitdiff
path: root/libsecret/secret-value.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-value.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-value.c')
-rw-r--r--libsecret/secret-value.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libsecret/secret-value.c b/libsecret/secret-value.c
index 64130e0..af59a20 100644
--- a/libsecret/secret-value.c
+++ b/libsecret/secret-value.c
@@ -38,10 +38,7 @@
* #SecretValue is reference counted and immutable. The secret data is only
* freed when all references have been released via secret_value_unref().
*
- * These functions have an unstable API and may change across versions. Use
- * <literal>libsecret-unstable</literal> package to access them.
- *
- * Stability: Unstable
+ * Stability: Stable
*/
static gboolean is_password_value (SecretValue *value);
@@ -226,7 +223,7 @@ secret_value_ref (SecretValue *value)
/**
* secret_value_unref:
- * @value: (type SecretUnstable.Value) (allow-none): value to unreference
+ * @value: (type Secret.Value) (allow-none): value to unreference
*
* Unreference a #SecretValue. When the last reference is gone, then
* the value will be freed.