aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorJean-François Rameau <jframeau@cvs.gnome.org>2005-05-13 05:53:05 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2005-05-13 05:53:05 +0800
commit6a817a5731527cb9fd77524cdd2956eae6f794c2 (patch)
treeeaf137876a37a5bbd6311fd623c9fb170bf24fb2 /embed/ephy-embed.h
parent58addfabc1ee4b84459117e2b73e575f9c792165 (diff)
downloadgsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.gz
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.bz2
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.lz
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.xz
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.zst
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.zip
Add handling of DOMContentLoaded event from Gecko. It is an event that
2005-05-12 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed.h: * embed/ephy-embed.c: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Add handling of DOMContentLoaded event from Gecko. It is an event that Gecko throws when the dom’s content is loaded, that is, before all the images and what not have loaded.
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 014aa6cd8..b16a25e86 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -129,6 +129,8 @@ struct _EphyEmbedIface
EphyEmbedEvent *event);
gboolean (* dom_mouse_down) (EphyEmbed *embed,
EphyEmbedEvent *event);
+ void (* dom_content_loaded) (EphyEmbed *embed,
+ gpointer event);
void (* popup_blocked) (EphyEmbed *embed,
const char *address,
const char *features);