Class
SnapdAlias
since: 1.8
Description [src]
final class Snapd.Alias : GObject.Object
{
/* No available fields */
}
SnapdAlias
contains alias information for a Snap.
Aliases are used to provide alternative binary names for Snap apps.
Available since: 1.8
Instance methods
snapd_alias_get_app_auto
Get the app this alias has been automatically set to (status is
SNAPD_ALIAS_STATUS_AUTO
). Can be overridden when status is
SNAPD_ALIAS_STATUS_MANUAL
.
since: 1.25
snapd_alias_get_app_manual
Get the app this alias has been manually set to (status is
SNAPD_ALIAS_STATUS_MANUAL
). This overrides the app from snapd_alias_get_app_auto().
since: 1.25
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.