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 27fe2e504..24006c039 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -260,6 +260,7 @@ struct EphyEmbedClass gboolean wrap_around); gresult (* find_next) (EphyEmbed *embed, gboolean backwards); + gresult (* activate) (EphyEmbed *embed); gresult (* print) (EphyEmbed *embed, EmbedPrintInfo *info); gresult (* print_preview_close) (EphyEmbed *embed); @@ -390,6 +391,8 @@ gresult ephy_embed_find_next (EphyEmbed *embed, gresult ephy_embed_set_encoding (EphyEmbed *embed, const char *encoding); +gresult ephy_embed_activate (EphyEmbed *embed); + /* Printing */ gresult ephy_embed_print (EphyEmbed *embed, |