summaryrefslogtreecommitdiff
path: root/libsecret/secret-value.c
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-13 11:11:58 +0200
committerStef Walter <stefw@gnome.org>2012-07-13 11:14:34 +0200
commit994ae44a77e55077bb64141a08ab8a5143a7d3f1 (patch)
tree4f7db657338868e83f7bf9851144694a50b41e99 /libsecret/secret-value.c
parent5cc30b2b68f551506bd9bbbe1306a24009e14eca (diff)
downloadlibsecret-994ae44a77e55077bb64141a08ab8a5143a7d3f1.tar.gz
Split the pkg-config files, gir, and vapi into stable/unstable
* 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
Diffstat (limited to 'libsecret/secret-value.c')
-rw-r--r--libsecret/secret-value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsecret/secret-value.c b/libsecret/secret-value.c
index 4f6e49f..9b46c48 100644
--- a/libsecret/secret-value.c
+++ b/libsecret/secret-value.c
@@ -201,7 +201,7 @@ secret_value_ref (SecretValue *value)
/**
* secret_value_unref:
- * @value: (type Secret.Value) (allow-none): value to unreference
+ * @value: (type SecretUnstable.Value) (allow-none): value to unreference
*
* Unreference a #SecretValue. When the last reference is gone, then
* the value will be freed.