summaryrefslogtreecommitdiff
path: root/common/flatpak-installation.h
diff options
context:
space:
mode:
authorRobert McQueen <rob@endlessm.com>2018-10-01 17:24:06 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-10-02 06:22:27 +0000
commit8bd22682f77f3880ae4c2be3488eee6da95136ed (patch)
tree57f0e2810488504a059c9537d2248d157ad37c96 /common/flatpak-installation.h
parent823511b87a4f136103dcafdfecd6b65e319aae0d (diff)
downloadflatpak-8bd22682f77f3880ae4c2be3488eee6da95136ed.tar.gz
installation: nitpicks
Make the new _run_triggers function appear correctly in GtkDoc and cross-link. Closes: #2164 Approved by: alexlarsson
Diffstat (limited to 'common/flatpak-installation.h')
-rw-r--r--common/flatpak-installation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/flatpak-installation.h b/common/flatpak-installation.h
index 68de2f25..57ae39de 100644
--- a/common/flatpak-installation.h
+++ b/common/flatpak-installation.h
@@ -55,7 +55,7 @@ typedef struct
* @FLATPAK_UPDATE_FLAGS_NO_STATIC_DELTAS: Don't use static deltas when pulling
* @FLATPAK_UPDATE_FLAGS_NO_PRUNE: Don't prune the local OSTree repository after updating (Since: 0.11.8)
* @FLATPAK_UPDATE_FLAGS_NO_TRIGGERS: Don't call triggers after updating. If used,
- * the caller must later call @flatpak_installation_run_triggers to update
+ * the caller must later call flatpak_installation_run_triggers() to update
* the exported files. (Since: 1.0.3)
*
* Flags to alter the behavior of flatpak_installation_update().
@@ -76,7 +76,7 @@ typedef enum {
* @FLATPAK_INSTALL_FLAGS_NO_DEPLOY: Don't install any new builds that might be fetched
* @FLATPAK_INSTALL_FLAGS_NO_PULL: Don't try to fetch new builds from the remote repo
* @FLATPAK_INSTALL_FLAGS_NO_TRIGGERS: Don't call triggers after installing. If used,
- * the caller must later call @flatpak_installation_run_triggers to update
+ * the caller must later call flatpak_installation_run_triggers() to update
* the exported files. (Since: 1.0.3)
*
* Flags to alter the behavior of flatpak_installation_install_full().
@@ -94,7 +94,7 @@ typedef enum {
* @FLATPAK_UNINSTALL_FLAGS_NONE: Default
* @FLATPAK_UNINSTALL_FLAGS_NO_PRUNE: Don't prune the local OSTree repository after uninstalling
* @FLATPAK_UNINSTALL_FLAGS_NO_TRIGGERS: Don't call triggers after uninstalling. If used,
- * the caller must later call @flatpak_installation_run_triggers to update
+ * the caller must later call flatpak_installation_run_triggers() to update
* the exported file. (Since: 1.0.3)
*
* Flags to alter the behavior of flatpak_installation_uninstall_full().