diff options
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); |