diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index ceb2dcb19..03e4f9a05 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -53,6 +53,10 @@ struct _EphyEmbedSingleIface /* Signals */ + EphyEmbed * (* new_window) (EphyEmbedSingle *single, + EphyEmbed *parent_embed, + EphyEmbedChrome chromemask); + gboolean (* handle_content) (EphyEmbedSingle *shell, char *mime_type, char *uri); |