aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-web-app-utils.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-12-10 19:31:12 +0800
committerWilliam Jon McCann <jmccann@redhat.com>2012-12-13 03:23:18 +0800
commit787d591681df40c8b10c450273d1c827b6eb818b (patch)
treef245c29f029e156cf79eb5f33fe8a54111aac0aa /lib/ephy-web-app-utils.h
parentaa5172e0beb0cd583e96feeeafac06fddb857fe6 (diff)
downloadgsoc2013-epiphany-787d591681df40c8b10c450273d1c827b6eb818b.tar
gsoc2013-epiphany-787d591681df40c8b10c450273d1c827b6eb818b.tar.gz
gsoc2013-epiphany-787d591681df40c8b10c450273d1c827b6eb818b.tar.bz2
gsoc2013-epiphany-787d591681df40c8b10c450273d1c827b6eb818b.tar.lz
gsoc2013-epiphany-787d591681df40c8b10c450273d1c827b6eb818b.tar.xz
gsoc2013-epiphany-787d591681df40c8b10c450273d1c827b6eb818b.tar.zst
gsoc2013-epiphany-787d591681df40c8b10c450273d1c827b6eb818b.zip
Use better icons for webapps
https://bugzilla.gnome.org/show_bug.cgi?id=657755
Diffstat (limited to 'lib/ephy-web-app-utils.h')
-rw-r--r--lib/ephy-web-app-utils.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ephy-web-app-utils.h b/lib/ephy-web-app-utils.h
index 54968df80..adb254e5f 100644
--- a/lib/ephy-web-app-utils.h
+++ b/lib/ephy-web-app-utils.h
@@ -27,6 +27,12 @@
#include <glib.h>
#include <gtk/gtk.h>
+#ifdef HAVE_WEBKIT2
+#include <webkit2/webkit2.h>
+#else
+#include <webkit/webkit.h>
+#endif
+
G_BEGIN_DECLS
typedef struct {
@@ -52,6 +58,10 @@ void ephy_web_application_free_application_list (GList *list);
gboolean ephy_web_application_exists (const char *name);
+gboolean ephy_web_view_get_best_icon (WebKitWebView *view,
+ char **uri,
+ GdkRGBA *rgba);
+
G_END_DECLS
#endif