AppStream.InternetKind – appstream Reference Manual
InternetKind
Description:
[
CCode
( cprefix =
"AS_INTERNET_KIND_"
, type_id =
"as_internet_kind_get_type ()"
) ]
[
Version
( since =
"0.15.5"
) ]
public
enum
InternetKind
Different internet connectivity requirements or recommendations for an application.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
ALWAYS
-
Always requires/recommends internet
FIRST_RUN
-
Requires/Recommends internet on first run only
OFFLINE_ONLY
-
Application is offline-only
UNKNOWN
-
Unknown
Static methods:
public
static
InternetKind
from_string
(
string
kind_str)
Converts the text representation to an enumerated value.
Methods:
public
unowned
string
to_string
()
Converts the enumerated value to a text representation.