QueryFlags

Added in version 1.3.3.

class QueryFlags

Flags to alter the behavior of e.g list_remote_refs_sync_full().

Fields

class QueryFlags
ALL_ARCHES

Include refs from all arches, not just the primary ones. (Since: 1.11.2)

NONE

Default

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.

ONLY_SIDELOADED

Only list refs available from sideload repos; see flatpak(1). (Since: 1.7)