Collection.forAlias

void forAlias(secret.service.Service service, string alias_, secret.types.CollectionFlags flags, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)

Lookup which collection is assigned to this alias. Aliases help determine well known collections, such as 'default'.

If service is null, then [secret.service.Service.get] will be called to get the default classService proxy.

This method will return immediately and complete asynchronously.

Parameters

servicea secret service object
alias_the alias to lookup
flagsoptions for the collection initialization
cancellableoptional cancellation object
callbackcalled when the operation completes