Enumeration (GI Flags)

Flatpak-1.0FlatpakQueryFlagsSince 1.3.3

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

1.3.3

Index

Enumeration Members

ALL_ARCHES: number

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

NONE: number

Default

ONLY_CACHED: number

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: number

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