alias_sync


Description:

[ Version ( since = "1.25" ) ]
public bool alias_sync (string snap, string app, string alias, ProgressCallback? progress_callback, Cancellable? cancellable = null) throws Error

Create an alias to an app.

Parameters:

this

a Client.

snap

the name of the snap to modify.

app

an app in the snap to make the alias to.

alias

the name of the alias (i.e. the command that will run this app).

progress_callback

function to callback with progress.

cancellable

a Cancellable or null.

progress_callback_data

user data to pass to progress_callback.