diff options
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 939cfa7f8..e6b4e77f0 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -55,6 +55,7 @@ GType ephy_embed_get_type (void); EphyWebView* ephy_embed_get_web_view (EphyEmbed *embed); void ephy_embed_add_top_widget (EphyEmbed *embed, GtkWidget *widget, gboolean destroy_on_transition); void ephy_embed_remove_top_widget (EphyEmbed *embed, GtkWidget *widget); +void ephy_embed_auto_download_url (EphyEmbed *embed, const char *url); G_END_DECLS |