Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | snapd_app_get_name () |
gchar ** | snapd_app_get_aliases () |
SnapdDaemonType | snapd_app_get_daemon_type () |
const gchar * | snapd_app_get_desktop_file () |
GStrv | aliases | Read / Write / Construct Only |
SnapdDaemonType | daemon-type | Read / Write / Construct Only |
gchar * | desktop-file | Read / Write / Construct Only |
gchar * | name | Read / Write / Construct Only |
A SnapdApp contains information about an application that snapd provides.
Apps are retrieved using snapd_snap_get_apps()
.
const gchar *
snapd_app_get_name (SnapdApp *app
);
Get the name of this app.
Since: 1.0
gchar **
snapd_app_get_aliases (SnapdApp *app
);
Get the aliases for this app.
Since: 1.7
SnapdDaemonType
snapd_app_get_daemon_type (SnapdApp *app
);
Get the daemon type for this app.
Since: 1.9
“daemon-type”
property“daemon-type” SnapdDaemonType
Daemon type.
Flags: Read / Write / Construct Only
Default value: SNAPD_DAEMON_TYPE_UNKNOWN
“desktop-file”
property “desktop-file” gchar *
App desktop file path.
Flags: Read / Write / Construct Only
Default value: NULL