epiphany r8820 - trunk/src



Author: cosimoc
Date: Fri Feb 27 12:13:08 2009
New Revision: 8820
URL: http://svn.gnome.org/viewvc/epiphany?rev=8820&view=rev

Log:
Remove the {_get,_set}_encoding functions from the python bindings definition,
so that we can compile cleanly with --enable-maintainer-mode.


Modified:
   trunk/src/epiphany.defs

Modified: trunk/src/epiphany.defs
==============================================================================
--- trunk/src/epiphany.defs	(original)
+++ trunk/src/epiphany.defs	Fri Feb 27 12:13:08 2009
@@ -1075,12 +1075,6 @@
   (return-type "const-char*")
 )
 
-(define-method get_encoding
-  (of-object "EphyEmbed")
-  (c-name "ephy_embed_get_encoding")
-  (return-type "char*")
-)
-
 (define-method can_go_up
   (of-object "EphyEmbed")
   (c-name "ephy_embed_can_go_up")
@@ -1117,15 +1111,6 @@
   (return-type "gboolean")
 )
 
-(define-method set_encoding
-  (of-object "EphyEmbed")
-  (c-name "ephy_embed_set_encoding")
-  (return-type "none")
-  (parameters
-    '("const-char*" "encoding")
-  )
-)
-
 (define-method set_print_preview_mode
   (of-object "EphyEmbed")
   (c-name "ephy_embed_set_print_preview_mode")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]