From eea19f18958bb734d7a3f26cb9a1d57a2ea4cebb Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Mon, 25 Jan 2021 12:33:52 -0800 Subject: common: Tweak error code docs FLATPAK_ERROR_ALREADY_INSTALLED can be returned from, for example, flatpak_installation_add_remote(), so document that it applies to remotes not just apps and runtimes. --- common/flatpak-error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-error.h b/common/flatpak-error.h index 5ef23378..d343f90b 100644 --- a/common/flatpak-error.h +++ b/common/flatpak-error.h @@ -33,7 +33,7 @@ G_BEGIN_DECLS /* NOTE: If you add an error code below, also update the list in common/flatpak-utils.c */ /** * FlatpakError: - * @FLATPAK_ERROR_ALREADY_INSTALLED: App/runtime is already installed + * @FLATPAK_ERROR_ALREADY_INSTALLED: App/runtime/remote is already installed * @FLATPAK_ERROR_NOT_INSTALLED: App/runtime is not installed * @FLATPAK_ERROR_ONLY_PULLED: App/runtime was only pulled into the local * repository but not installed. -- cgit v1.2.1