secret-value: Don't annotate secret_value_unref as (allow-none)

https://bugzilla.gnome.org/show_bug.cgi?id=785034
This commit is contained in:
Debarshi Ray 2017-07-17 19:41:33 +02:00
parent 4d7b190b67
commit b9151faaf0

View File

@ -223,7 +223,7 @@ secret_value_ref (SecretValue *value)
/**
* secret_value_unref:
* @value: (type Secret.Value) (allow-none): value to unreference
* @value: (type Secret.Value): value to unreference
*
* Unreference a #SecretValue. When the last reference is gone, then
* the value will be freed.