summaryrefslogtreecommitdiff
path: root/src/ephy-desktop-utils.h
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-07-16 17:44:17 +0200
committerJan-Michael Brummer <jan.brummer@tabos.org>2020-07-16 20:18:06 +0200
commitf14601e2b57b2cf166786aea4b39131dd085a8dc (patch)
tree7c192e3dc42904eda2997806262e14b452b3c96d /src/ephy-desktop-utils.h
parent3afec576e274351ce5e35477727d692cd54ecb8d (diff)
downloadepiphany-f14601e2b57b2cf166786aea4b39131dd085a8dc.tar.gz
Add fallback favicon name helper function
Show view-grid-symbolic for overview, web-browser-symbolic for about:web, otherwise ephy-missing-favicon-symbolic Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/848
Diffstat (limited to 'src/ephy-desktop-utils.h')
-rw-r--r--src/ephy-desktop-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-desktop-utils.h b/src/ephy-desktop-utils.h
index 29fcc76ae..fb4532a2a 100644
--- a/src/ephy-desktop-utils.h
+++ b/src/ephy-desktop-utils.h
@@ -29,4 +29,6 @@ gboolean is_desktop_pantheon (void);
GtkIconSize get_icon_size (void);
+const char *ephy_get_fallback_favicon_name (const char *title);
+
G_END_DECLS