diff options
author | Jose Millan Soto <jmillan@igalia.com> | 2010-02-20 01:35:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-04-07 16:40:43 +0800 |
commit | 21250dde74250883831a107821bb23fc0232e160 (patch) | |
tree | b0cb8e704334fde3395825e3f80d12900a30b492 /embed/ephy-web-view.h | |
parent | 29a826d202b0557c652b237b0b91a59ad4b2e371 (diff) | |
download | gsoc2013-epiphany-21250dde74250883831a107821bb23fc0232e160.tar.gz gsoc2013-epiphany-21250dde74250883831a107821bb23fc0232e160.tar.zst gsoc2013-epiphany-21250dde74250883831a107821bb23fc0232e160.zip |
Improve page print implementation
Use the already existing functions we have for print preview also for
printing; fixes a bunch of usability issues.
Bug #609756
Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 57dde0bff..7b7162590 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -183,6 +183,7 @@ void ephy_web_view_get_security_level (EphyWebView char **description); void ephy_web_view_show_page_certificate (EphyWebView *view); void ephy_web_view_show_print_preview (EphyWebView *view); +void ephy_web_view_print (EphyWebView *view); GSList * ephy_web_view_get_go_up_list (EphyWebView *view); void ephy_web_view_set_title (EphyWebView *view, const char *view_title); |