[libchamplain] Update python defs



commit 2be4ac7df5d7b124712270e5c7f8ec1b67ecce30
Author: JiÅ?í Techet <techet gmail com>
Date:   Mon May 10 01:42:43 2010 +0200

    Update python defs
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 bindings/python/champlain/pychamplain-base.defs |   24 ++++++++--------------
 1 files changed, 9 insertions(+), 15 deletions(-)
---
diff --git a/bindings/python/champlain/pychamplain-base.defs b/bindings/python/champlain/pychamplain-base.defs
index c6907b9..8409611 100644
--- a/bindings/python/champlain/pychamplain-base.defs
+++ b/bindings/python/champlain/pychamplain-base.defs
@@ -143,22 +143,22 @@
   )
 )
 
-(define-enum SelectionMode
+(define-enum Unit
   (in-module "Champlain")
-  (c-name "ChamplainSelectionMode")
+  (c-name "ChamplainUnit")
   (values
-    '("none" "CHAMPLAIN_SELECTION_NONE")
-    '("single" "CHAMPLAIN_SELECTION_SINGLE")
-    '("multiple" "CHAMPLAIN_SELECTION_MULTIPLE")
+    '("km" "CHAMPLAIN_UNIT_KM")
+    '("miles" "CHAMPLAIN_UNIT_MILES")
   )
 )
 
-(define-enum Unit
+(define-enum SelectionMode
   (in-module "Champlain")
-  (c-name "ChamplainUnit")
+  (c-name "ChamplainSelectionMode")
   (values
-    '("km" "CHAMPLAIN_UNIT_KM")
-    '("miles" "CHAMPLAIN_UNIT_MILES")
+    '("none" "CHAMPLAIN_SELECTION_NONE")
+    '("single" "CHAMPLAIN_SELECTION_SINGLE")
+    '("multiple" "CHAMPLAIN_SELECTION_MULTIPLE")
   )
 )
 
@@ -1588,12 +1588,6 @@
   (return-type "const-GTimeVal*")
 )
 
-(define-method get_modified_time_string
-  (of-object "ChamplainTile")
-  (c-name "champlain_tile_get_modified_time_string")
-  (return-type "gchar*")
-)
-
 (define-method get_etag
   (of-object "ChamplainTile")
   (c-name "champlain_tile_get_etag")



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