[gnome-python-desktop] Comment out removed APIs



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]