diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-18 20:17:25 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-18 20:17:25 +0800 |
commit | b6102135d673197eecdc6497d6153d00f6b75301 (patch) | |
tree | 5b322f4366a7abde6a9b73285e215f47058f84bb /embed/ephy-embed.h | |
parent | b46e4176e430872a3d47d0b41d0694a2ea121c5e (diff) | |
download | gsoc2013-epiphany-b6102135d673197eecdc6497d6153d00f6b75301.tar.gz gsoc2013-epiphany-b6102135d673197eecdc6497d6153d00f6b75301.tar.zst gsoc2013-epiphany-b6102135d673197eecdc6497d6153d00f6b75301.zip |
Restore download on shift-click functionality
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 |