Flatpak.RelatedRef¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Whether to delete when pruning unused refs |
||
r/w/co |
Whether to auto-delete the ref with the main ref |
||
r/w/co |
Whether to auto-download the ref with the main ref |
||
[ |
r/w/co |
The subpaths for a partially installed ref |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Flatpak.RelatedRef(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_subpaths()¶
-
Returns the subpaths that should be installed/updated for the ref. This returns
None
if all files should be installed.New in version 0.6.7.
- should_autoprune()¶
-
Returns whether to delete when pruning unused refs.
New in version 0.11.8.
- should_delete()¶
-
Returns whether to auto-delete the ref with the main ref.
New in version 0.6.7.
Property Details¶
- Flatpak.RelatedRef.props.should_autoprune¶
- Name:
should-autoprune
- Type:
- Default Value:
- Flags:
Whether to delete when pruning unused refs
- Flatpak.RelatedRef.props.should_delete¶
- Name:
should-delete
- Type:
- Default Value:
- Flags:
Whether to auto-delete the ref with the main ref
- Flatpak.RelatedRef.props.should_download¶
- Name:
should-download
- Type:
- Default Value:
- Flags:
Whether to auto-download the ref with the main ref