Fix nullable in secret_collection_for_alias_*

This commit is contained in:
Julian Schmidhuber 2022-09-08 15:24:35 +02:00
parent bdd5b29356
commit 921f5f0d2e

View File

@ -2166,7 +2166,7 @@ secret_collection_for_alias (SecretService *service,
* Finish an asynchronous operation to lookup which collection is assigned * Finish an asynchronous operation to lookup which collection is assigned
* to an alias. * 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 * SecretCollection *
secret_collection_for_alias_finish (GAsyncResult *result, 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. * 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 * SecretCollection *
secret_collection_for_alias_sync (SecretService *service, secret_collection_for_alias_sync (SecretService *service,