Enumeration
AppStreamMergeKind
since: 1.0
Description [src]
Defines how AsComponent
data should be merged if the component is
set for merge.
Available since: 1.0
Members
AS_MERGE_KIND_NONE
-
No merge is happening.
- Value:
0
- Nickname:
none
- Available since: 1.0
- Value:
AS_MERGE_KIND_REPLACE
-
Merge replacing data of target.
- Value:
1
- Nickname:
replace
- Available since: 1.0
- Value:
AS_MERGE_KIND_APPEND
-
Merge appending data to target.
- Value:
2
- Nickname:
append
- Available since: 1.0
- Value:
AS_MERGE_KIND_REMOVE_COMPONENT
-
Remove the entire component if it matches.
- Value:
3
- Nickname:
remove-component
- Available since: 1.0
- Value: