Method

SnapdAliasget_app_manual

since: 1.25

Declaration [src]

const gchar*
snapd_alias_get_app_manual (
  SnapdAlias* alias
)

Description [src]

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().

Available since: 1.25

Gets propertySnapd.Alias:app-manual

Return value

Type: const gchar*

An app name or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.