set_alias


Description:

public async bool set_alias (string alias, Collection? collection, Cancellable? cancellable) throws Error

Assign a collection to this alias.

Aliases help determine well known collections, such as 'default'.

If this is null, then [funcService.get] will be called to get the default [class Service] proxy.

This method will return immediately and complete asynchronously.

Parameters:

this

a secret service object

alias

the alias to assign the collection to

collection

the collection to assign to the alias

cancellable

optional cancellation object

callback

called when the operation completes

user_data

data to pass to the callback