logo
pub struct UpdateMonitorProxy<'a>(_);
Expand description

The interface exposes some interactions with Flatpak on the host to the sandbox. For example, it allows you to restart the applications or start a more sandboxed instance.

Wrapper of the DBus interface: org.freedesktop.portal.Flatpak.UpdateMonitor.

Implementations

Get a reference to the underlying Proxy.

A signal received when there’s progress during the application update.

Specifications

See also Progress.

A signal received when there’s an application update.

Specifications

See also UpdateAvailable.

Asks to install an update of the calling app.

Note updates are only allowed if the new version has the same permissions (or less) than the currently installed version.

Specifications

See also Update.

Ends the update monitoring and cancels any ongoing installation.

Specifications

See also Close.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.