summaryrefslogtreecommitdiff
path: root/lib/ephy-web-app-utils.h
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <exalm7659@gmail.com>2020-09-25 16:14:18 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-09-25 18:00:02 +0500
commitc299c9b97415663475b181455db6fae57f7f1664 (patch)
treea74ddf1f353876ec221f4d82a9e20308127a44c5 /lib/ephy-web-app-utils.h
parente6b7c0cc8410068ea9542f7ad6ea1f4ac608a9d3 (diff)
downloadepiphany-c299c9b97415663475b181455db6fae57f7f1664.tar.gz
Skip system web apps for about:applications
They cannot be deleted as we don't control their desktop file. Don't show them at all.
Diffstat (limited to 'lib/ephy-web-app-utils.h')
-rw-r--r--lib/ephy-web-app-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-web-app-utils.h b/lib/ephy-web-app-utils.h
index 0044abf94..3d68263e6 100644
--- a/lib/ephy-web-app-utils.h
+++ b/lib/ephy-web-app-utils.h
@@ -77,4 +77,6 @@ gboolean ephy_web_application_is_uri_allowed (const char *uri);
gboolean ephy_web_application_save (EphyWebApplication *app);
+gboolean ephy_web_application_is_system (EphyWebApplication *app);
+
G_END_DECLS