Enumeration

AppStreamComponentScope

Declaration

enum AppStream.ComponentScope

Description [src]

Scope of the AsComponent (system-wide or user-scope)

Members

Name Description
AS_COMPONENT_SCOPE_UNKNOWN

Unknown scope.

AS_COMPONENT_SCOPE_SYSTEM

System scope.

AS_COMPONENT_SCOPE_USER

User scope.

Type functions

as_component_scope_from_string

Converts the text representation to an enumerated value.

as_component_scope_to_string

Converts the enumerated value to an text representation.