Alias
Object Hierarchy:
Description:
[
CCode ( type_id =
"snapd_alias_get_type ()" ) ]
[
Version ( since =
"1.8" ) ]
public class Alias :
Object
Alias contains alias information for a Snap.
Aliases are used to provide alternative binary names for Snap apps.
Content:
Properties:
Creation methods:
Methods:
- public unowned string? get_app ()
Get the app this is an alias for.
- public unowned string? get_app_auto ()
Get the app this alias has been automatically set to (status is
snapd_alias_status_auto).
- public unowned string? get_app_manual ()
Get the app this alias has been manually set to (status is
snapd_alias_status_manual).
- public unowned string get_command ()
Get the command this alias runs.
- public unowned string get_name ()
Get the name of this alias.
- public unowned string get_snap ()
Get the snap this alias is for.
- public AliasStatus get_status ()
Get the status of this alias.
Inherited Members:
All known members inherited from class GLib.Object