:right-sidebar: True QueryFlags =================================================================== .. currentmodule:: gi.repository.Flatpak .. versionadded:: 1.3.3 .. class:: QueryFlags :no-contents-entry: Flags to alter the behavior of e.g :func:`~gi.repository.Flatpak.Installation.list_remote_refs_sync_full`. Fields ------ .. rst-class:: interim-class .. class:: QueryFlags :no-index: .. attribute:: ALL_ARCHES Include refs from all arches, not just the primary ones. (Since: 1.11.2) .. attribute:: NONE Default .. attribute:: ONLY_CACHED Don't do any network i/o, but only return cached data. This can return stale data, or a ``FLATPAK_ERROR_NOT_CACHED`` error, however it is a lot more efficient if you're doing many requests. .. attribute:: ONLY_SIDELOADED Only list refs available from sideload repos; see flatpak(1). (Since: 1.7)