summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-09-25 16:00:03 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2019-09-30 10:52:06 +0200
commitf9fad17b511f729a3539181d9385acc2b5f2e802 (patch)
tree9329c9ba791de90407c9bae09c407f9e2eb2aef6 /app/flatpak-builtins.h
parent9f6fc5591c374b4265d769311fdfc204ebd17ecb (diff)
downloadflatpak-f9fad17b511f729a3539181d9385acc2b5f2e802.tar.gz
Add flatpak mask command
This commands lets you selectively disable auto-download of extensions based on patterns. With this we can have extensions that install by default, yet still allow the user to not have them re-installed each time flatpak update is run. This fixes https://github.com/flatpak/flatpak/issues/3090
Diffstat (limited to 'app/flatpak-builtins.h')
-rw-r--r--app/flatpak-builtins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/flatpak-builtins.h b/app/flatpak-builtins.h
index d1637ed3..e2c51f32 100644
--- a/app/flatpak-builtins.h
+++ b/app/flatpak-builtins.h
@@ -85,6 +85,7 @@ BUILTINPROTO (remote_ls)
BUILTINPROTO (remote_info)
BUILTINPROTO (remote_list)
BUILTINPROTO (install)
+BUILTINPROTO (mask)
BUILTINPROTO (update)
BUILTINPROTO (make_current_app)
BUILTINPROTO (uninstall)