From 787d591681df40c8b10c450273d1c827b6eb818b Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 10 Dec 2012 12:31:12 +0100 Subject: Use better icons for webapps https://bugzilla.gnome.org/show_bug.cgi?id=657755 --- lib/ephy-web-app-utils.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/ephy-web-app-utils.h') 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 #include +#ifdef HAVE_WEBKIT2 +#include +#else +#include +#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 -- cgit v1.2.3