summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Schmidhuber <gitlab@schmiddi.anonaddy.com>2022-09-08 15:24:35 +0200
committerJulian Schmidhuber <gitlab@schmiddi.anonaddy.com>2022-09-19 16:14:47 +0200
commit921f5f0d2eda9f87c6a6af234d068addb5d749f1 (patch)
tree11201383f9cecb6297e49e347faed7af07136e3c
parentbdd5b293564c94a90b3b3eefc2238137d5f70f3a (diff)
downloadlibsecret-921f5f0d2eda9f87c6a6af234d068addb5d749f1.tar.gz
Fix nullable in secret_collection_for_alias_*
-rw-r--r--libsecret/secret-collection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsecret/secret-collection.c b/libsecret/secret-collection.c
index 0ce32a5..635e173 100644
--- a/libsecret/secret-collection.c
+++ b/libsecret/secret-collection.c
@@ -2166,7 +2166,7 @@ secret_collection_for_alias (SecretService *service,
* Finish an asynchronous operation to lookup which collection is assigned
* to an alias.
*
- * Returns: (transfer full): the collection, or %NULL if none assigned to the alias
+ * Returns: (transfer full) (nullable): the collection, or %NULL if none assigned to the alias
*/
SecretCollection *
secret_collection_for_alias_finish (GAsyncResult *result,
@@ -2202,7 +2202,7 @@ secret_collection_for_alias_finish (GAsyncResult *result,
*
* This method may block and should not be used in user interface threads.
*
- * Returns: (transfer full): the collection, or %NULL if none assigned to the alias
+ * Returns: (transfer full) (nullable): the collection, or %NULL if none assigned to the alias
*/
SecretCollection *
secret_collection_for_alias_sync (SecretService *service,