[gnome-python-desktop] Comment out removed APIs
- From: Gustavo J. A. M. Carneiro <gjc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-python-desktop] Comment out removed APIs
- Date: Mon, 4 Jan 2010 15:17:41 +0000 (UTC)
commit 8e8e450d5a534c8a23ee17c21d961d14df34e3c6
Author: Gustavo Carneiro <gjc inescporto pt>
Date: Mon Jan 4 15:11:53 2010 +0000
Comment out removed APIs
evince/evince.defs | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/evince/evince.defs b/evince/evince.defs
index ba2d1fa..c0d9b06 100644
--- a/evince/evince.defs
+++ b/evince/evince.defs
@@ -3163,20 +3163,20 @@
(return-type "gboolean")
)
-(define-method set_presentation
- (of-object "EvView")
- (c-name "ev_view_set_presentation")
- (return-type "none")
- (parameters
- '("gboolean" "presentation")
- )
-)
-
-(define-method get_presentation
- (of-object "EvView")
- (c-name "ev_view_get_presentation")
- (return-type "gboolean")
-)
+;; (define-method set_presentation
+;; (of-object "EvView")
+;; (c-name "ev_view_set_presentation")
+;; (return-type "none")
+;; (parameters
+;; '("gboolean" "presentation")
+;; )
+;; )
+
+;; (define-method get_presentation
+;; (of-object "EvView")
+;; (c-name "ev_view_get_presentation")
+;; (return-type "gboolean")
+;; )
(define-method can_zoom_in
(of-object "EvView")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]