Enumeration

AppStreamMergeKind

Declaration

enum AppStream.MergeKind

Description [src]

Defines how AsComponent data should be merged if the component is set for merge.

Members

Name Description
AS_MERGE_KIND_NONE

No merge is happening.

AS_MERGE_KIND_REPLACE

Merge replacing data of target.

AS_MERGE_KIND_APPEND

Merge appending data to target.

AS_MERGE_KIND_REMOVE_COMPONENT

Remove the entire component if it matches.

Type functions

as_merge_kind_from_string

Converts the text representation to an enumerated value.

as_merge_kind_to_string

Converts the enumerated value to an text representation.