diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index d685ac475..174158db7 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -119,6 +119,11 @@ struct EphyEmbedSingleClass { GObjectClass parent_class; + /* Signals */ + void (* new_window) (EphyEmbedSingle *shell, + EphyEmbed **new_embed, + EmbedChromeMask chromemask); + /* Methods */ gresult (* clear_cache) (EphyEmbedSingle *shell, |