:right-sidebar: True InstallFlags =================================================================== .. currentmodule:: gi.repository.Flatpak .. class:: InstallFlags :no-contents-entry: Flags to alter the behavior of :func:`~gi.repository.Flatpak.Installation.install_full`. Fields ------ .. rst-class:: interim-class .. class:: InstallFlags :no-index: .. attribute:: NONE Default .. attribute:: NO_DEPLOY Don't install any new builds that might be fetched .. 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 installing. If used, the caller must later call :func:`~gi.repository.Flatpak.Installation.run_triggers` to update the exported files. (Since: 1.0.3)