aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.defs
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/epiphany.defs
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/epiphany.defs')
-rw-r--r--src/epiphany.defs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs
index 0320ac0d3..9f625fdb0 100644
--- a/src/epiphany.defs
+++ b/src/epiphany.defs
@@ -3478,15 +3478,6 @@
)
)
-(define-method set_print_preview
- (of-object "EphyWindow")
- (c-name "ephy_window_set_print_preview")
- (return-type "none")
- (parameters
- '("gboolean" "enabled")
- )
-)
-
(define-method get_ui_manager
(of-object "EphyWindow")
(c-name "ephy_window_get_ui_manager")