Trait libflatpak::prelude::RemoteRefExt
source · pub trait RemoteRefExt:
IsA<RemoteRef>
+ Sealed
+ 'static {
// Provided methods
fn download_size(&self) -> u64 { ... }
fn eol(&self) -> Option<GString> { ... }
fn eol_rebase(&self) -> Option<GString> { ... }
fn installed_size(&self) -> u64 { ... }
fn metadata(&self) -> Option<Bytes> { ... }
fn remote_name(&self) -> Option<GString> { ... }
fn end_of_life(&self) -> Option<GString> { ... }
fn end_of_life_rebase(&self) -> Option<GString> { ... }
}
Provided Methods§
sourcefn download_size(&self) -> u64
fn download_size(&self) -> u64
sourcefn eol_rebase(&self) -> Option<GString>
fn eol_rebase(&self) -> Option<GString>
sourcefn installed_size(&self) -> u64
fn installed_size(&self) -> u64
sourcefn metadata(&self) -> Option<Bytes>
fn metadata(&self) -> Option<Bytes>
Returns the app metadata from the metadata cache of the ref.
§Returns
a glib::Bytes
with the metadata file
contents or None
sourcefn remote_name(&self) -> Option<GString>
fn remote_name(&self) -> Option<GString>
fn end_of_life(&self) -> Option<GString>
fn end_of_life_rebase(&self) -> Option<GString>
Object Safety§
This trait is not object safe.