Struct ashpd::flatpak::UpdateMonitorProxy
source · [−]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
A signal received when there’s progress during the application update.
Specifications
See also Progress.
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.