:right-sidebar: True UpdateFlags =================================================================== .. currentmodule:: gi.repository.Flatpak .. class:: UpdateFlags :no-contents-entry: Flags to alter the behavior of :func:`~gi.repository.Flatpak.Installation.update`. Fields ------ .. rst-class:: interim-class .. class:: UpdateFlags :no-index: .. attribute:: NONE Fetch remote builds and install the latest one (default) .. attribute:: NO_DEPLOY Don't install any new builds that might be fetched .. attribute:: NO_PRUNE Don't prune the local OSTree repository after updating (Since: 0.11.8) .. attribute:: NO_PULL Don't try to fetch new builds from the remote repo .. attribute:: NO_STATIC_DELTAS Don't use static deltas when pulling .. attribute:: NO_TRIGGERS Don't call triggers after updating. If used, the caller must later call :func:`~gi.repository.Flatpak.Installation.run_triggers` to update the exported files. (Since: 1.0.3)