Flatpak.RemoteRef¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The download size of the application |
||
r/w/co |
The reason for the ref to be end of life |
||
r/w/co |
The new ref for the end of lifeed ref |
||
r/w/co |
The installed size of the application |
||
r/w/co |
The metadata info for the application |
||
r/w/co |
The name of the remote |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Flatpak.RemoteRef(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_download_size()¶
- Returns:
the download size
- Return type:
Returns the download size of the ref.
- get_installed_size()¶
- Returns:
the installed size
- Return type:
Returns the installed size of the ref.
- get_metadata()¶
- Returns:
a
GLib.Bytes
with the metadata file contents orNone
- Return type:
GLib.Bytes
orNone
Returns the app metadata from the metadata cache of the ref.
Property Details¶
- Flatpak.RemoteRef.props.download_size¶
- Name:
download-size
- Type:
- Default Value:
0
- Flags:
The download size of the application
- Flatpak.RemoteRef.props.end_of_life¶
- Name:
end-of-life
- Type:
- Default Value:
- Flags:
The reason for the ref to be end of life
- Flatpak.RemoteRef.props.end_of_life_rebase¶
- Name:
end-of-life-rebase
- Type:
- Default Value:
- Flags:
The new ref for the end of lifeed ref
- Flatpak.RemoteRef.props.installed_size¶
- Name:
installed-size
- Type:
- Default Value:
0
- Flags:
The installed size of the application
- Flatpak.RemoteRef.props.metadata¶
- Name:
metadata
- Type:
- Default Value:
- Flags:
The metadata info for the application