diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-05 23:40:11 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-05 23:40:11 +0800 |
commit | b8fa1b0cc55b60a0363a0cbe82e01e0d55e36e63 (patch) | |
tree | b9f1e67d0884f03b3b33f73164267b7c0dc2c0a4 /embed/ephy-web-view.h | |
parent | 8f3aa835aa3fb12e8f9805c3ecb454027398102c (diff) | |
download | gsoc2013-epiphany-b8fa1b0cc55b60a0363a0cbe82e01e0d55e36e63.tar.gz gsoc2013-epiphany-b8fa1b0cc55b60a0363a0cbe82e01e0d55e36e63.tar.zst gsoc2013-epiphany-b8fa1b0cc55b60a0363a0cbe82e01e0d55e36e63.zip |
Change EphyEmbed to not be an interface type.
Holds the code that used to be in WebKitEmbed, which is now dead.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index b804670a0..ed8b7a4dd 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -30,6 +30,8 @@ #include <gtk/gtk.h> #include <webkit/webkit.h> +#include "ephy-embed-event.h" + G_BEGIN_DECLS #define EPHY_TYPE_WEB_VIEW (ephy_web_view_get_type ()) |