summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@endlessos.org>2021-01-25 12:33:52 -0800
committerPhaedrus Leeds <mwleeds@endlessos.org>2021-01-25 12:33:52 -0800
commiteea19f18958bb734d7a3f26cb9a1d57a2ea4cebb (patch)
tree00ddb1017d329db8812b39ee63277c91e82abc12
parentacb2a190b32bab35e23962715dbe7c9812333fc8 (diff)
downloadflatpak-tweak-already-installed-docs.tar.gz
common: Tweak error code docstweak-already-installed-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.
-rw-r--r--common/flatpak-error.h2
1 files changed, 1 insertions, 1 deletions
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.