Functions ========= .. currentmodule:: gi.repository.Flatpak .. function:: error_quark() -> int .. function:: get_default_arch() -> str Returns the canonical name for the arch of the current machine. :return: an arch string .. function:: get_supported_arches() -> list[str] Returns the canonical names for the arches that are supported (i.e. can run) on the current machine, in order of priority (default is first). :return: a zero terminated array of arch strings .. function:: get_system_installations(cancellable: ~gi.repository.Gio.Cancellable | None = None) -> list[~gi.repository.Flatpak.Installation] Lists the system installations according to the current configuration and current availability (e.g. doesn't return a configured installation if not reachable). .. versionadded:: 0.8 :param cancellable: a :obj:`~gi.repository.Gio.Cancellable` :return: a GPtrArray of :obj:`~gi.repository.Flatpak.Installation` instances .. function:: portal_error_quark() -> int .. function:: transaction_operation_type_to_string(kind: ~gi.repository.Flatpak.TransactionOperationType) -> str :param kind: