Enumeration

AppStreamBundleKind

Declaration

enum AppStream.BundleKind

Description [src]

The bundle type.

Members

Name Description
AS_BUNDLE_KIND_UNKNOWN

Type invalid or not known.

AS_BUNDLE_KIND_PACKAGE

A native package (currently not used)

AS_BUNDLE_KIND_LIMBA

A Limba bundle.

AS_BUNDLE_KIND_FLATPAK

A Flatpak bundle.

AS_BUNDLE_KIND_APPIMAGE

An AppImageKit bundle.

AS_BUNDLE_KIND_SNAP

A Snap/Snappy bundle.

AS_BUNDLE_KIND_TARBALL

A (maybe compressed) tarball.

AS_BUNDLE_KIND_CABINET

Cabinet firmware deployment.

AS_BUNDLE_KIND_LINGLONG

A Linglong bundle.

Type functions

as_bundle_kind_from_string

Converts the text representation to an enumerated value.

as_bundle_kind_to_string

Converts the enumerated value to an text representation.

Available since: 0.8.0