| Top |
| const gchar * | snapd_app_get_name () |
| gchar ** | snapd_app_get_aliases () |
| SnapdDaemonType | snapd_app_get_daemon_type () |
| GStrv | aliases | Read / Write / Construct Only |
| SnapdDaemonType | daemon-type | 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().
gchar **
snapd_app_get_aliases (SnapdApp *app);
Get the aliases for this app.
SnapdDaemonType
snapd_app_get_daemon_type (SnapdApp *app);
Get the daemon type for this app.
typedef struct _SnapdApp SnapdApp;
SnapdApp is an opaque data structure and can only be accessed using the provided functions.
“daemon-type” property“daemon-type” SnapdDaemonType
Daemon type.
Flags: Read / Write / Construct Only
Default value: SNAPD_DAEMON_TYPE_UNKNOWN
“name” property“name” gchar *
App name.
Flags: Read / Write / Construct Only
Default value: NULL