diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-02-18 02:20:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-02-18 02:20:39 +0800 |
commit | 861720c0698e978b8278ab17f003c297f44beff4 (patch) | |
tree | e70e9ce25658814f8054f19f729cf72328d51e3a /embed/ephy-embed.h | |
parent | 8b6ad442626717a523b284720ba2545cbeb84181 (diff) | |
download | gsoc2013-epiphany-861720c0698e978b8278ab17f003c297f44beff4.tar.gz gsoc2013-epiphany-861720c0698e978b8278ab17f003c297f44beff4.tar.zst gsoc2013-epiphany-861720c0698e978b8278ab17f003c297f44beff4.zip |
Add ephy-embed::new-document-now signal, does the same than old
ge-content-change (used by adblock extension).
Part of #502283
svn path=/trunk/; revision=7959
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 560a2f9cd..ed3934c8f 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -156,6 +156,9 @@ struct _EphyEmbedIface GdkEventKey *event); gboolean (* close_request) (EphyEmbed *embed); + void (* new_document_now) (EphyEmbed *embed, + const char *uri); + /* Methods */ void (* load_url) (EphyEmbed *embed, const char *url); |