Enumeration
AppStreamInternetKind
Description [src]
Different internet connectivity requirements or recommendations for an application.
Available since: | 0.15.5 |
Members
Name | Description |
---|---|
AS_INTERNET_KIND_UNKNOWN |
Unknown. |
AS_INTERNET_KIND_ALWAYS |
Always requires/recommends internet. |
AS_INTERNET_KIND_OFFLINE_ONLY |
Application is offline-only. |
AS_INTERNET_KIND_FIRST_RUN |
Requires/Recommends internet on first run only. |
Type functions
as_internet_kind_from_string
Converts the text representation to an enumerated value.
Available since: 0.15.5
as_internet_kind_to_string
Converts the enumerated value to a text representation.
Available since: 0.15.5