aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-17 07:32:41 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-17 07:32:41 +0800
commit0ca10a9d903db72abe211959894721ea97e33de3 (patch)
tree8372441bf0de7ef26373202d73a680613bed8492 /src/ephy-window.h
parentb509828635066e0ce051fe77333acfb7d29d500f (diff)
downloadgsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar
gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.gz
gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.bz2
gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.lz
gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.xz
gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.zst
gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.zip
Move print-preview property to EphyEmbedContainer interface.
Also make it read-only and make the setter in EphyWindow semi-private for now (should be removed eventually, making the window be notified from the embed of the status). svn path=/trunk/; revision=7709
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r--src/ephy-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h
index e8068119d..f55f4c99d 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -60,7 +60,7 @@ EphyWindow *ephy_window_new (void);
EphyWindow *ephy_window_new_with_chrome (EphyEmbedChrome chrome,
gboolean is_popup);
-void ephy_window_set_print_preview (EphyWindow *window,
+void _ephy_window_set_print_preview (EphyWindow *window,
gboolean enabled);
GObject *ephy_window_get_ui_manager (EphyWindow *window);