aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-base-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-17 21:51:42 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-17 21:51:42 +0800
commit44b538bb4dfcdd9d8989b8777c699f08dd034061 (patch)
tree896e35599c0e75298f52c8655ea3168fc87f0129 /embed/ephy-base-embed.h
parent5d59fe5c78d81f6bdb110376e6657a157e1a5623 (diff)
downloadgsoc2013-epiphany-44b538bb4dfcdd9d8989b8777c699f08dd034061.tar
gsoc2013-epiphany-44b538bb4dfcdd9d8989b8777c699f08dd034061.tar.gz
gsoc2013-epiphany-44b538bb4dfcdd9d8989b8777c699f08dd034061.tar.bz2
gsoc2013-epiphany-44b538bb4dfcdd9d8989b8777c699f08dd034061.tar.lz
gsoc2013-epiphany-44b538bb4dfcdd9d8989b8777c699f08dd034061.tar.xz
gsoc2013-epiphany-44b538bb4dfcdd9d8989b8777c699f08dd034061.tar.zst
gsoc2013-epiphany-44b538bb4dfcdd9d8989b8777c699f08dd034061.zip
Re-enable popup management code in EphyBaseEmbed.
Plus a small bugfix in MozillaEmbed about GtkMozembed vs. EphyEmbed confusion. svn path=/trunk/; revision=7711
Diffstat (limited to 'embed/ephy-base-embed.h')
-rw-r--r--embed/ephy-base-embed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-base-embed.h b/embed/ephy-base-embed.h
index 310f3f928..979044633 100644
--- a/embed/ephy-base-embed.h
+++ b/embed/ephy-base-embed.h
@@ -23,6 +23,8 @@
#ifndef __EPHY_BASE_EMBED_H__
#define __EPHY_BASE_EMBED_H__
+#include "ephy-embed.h"
+
#include <gtk/gtk.h>
@@ -73,6 +75,7 @@ void ephy_base_embed_update_from_net_state (EphyBaseEmbed *embed,
const char *uri,
EphyEmbedNetState state);
void ephy_base_embed_set_load_percent (EphyBaseEmbed *embed, int percent);
+void ephy_base_embed_popups_manager_reset (EphyBaseEmbed *embed);
G_END_DECLS