]> err.no Git - libchamplain/commitdiff
Update python bindings to support new API changes
authorMike Sheldon <mike@mikeasoft.com>
Sun, 22 Mar 2009 01:32:02 +0000 (01:32 +0000)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 22 Mar 2009 20:59:53 +0000 (22:59 +0200)
Disable wrapping of zoom_level_set_actor as this isn't implemented yet.
Start adding markers layer to launcher-gtk.py

bindings/python/pychamplain.patch [new file with mode: 0644]

diff --git a/bindings/python/pychamplain.patch b/bindings/python/pychamplain.patch
new file mode 100644 (file)
index 0000000..f907b66
--- /dev/null
@@ -0,0 +1,25 @@
+--- champlain/pychamplain.defs.orig    2009-03-22 01:23:50.000000000 +0000
++++ champlain/pychamplain.defs 2009-03-22 01:23:50.000000000 +0000
+@@ -721,14 +721,14 @@
+   )
+ )
+-(define-method set_actor
+-  (of-object "ChamplainZoomLevel")
+-  (c-name "champlain_zoom_level_set_actor")
+-  (return-type "none")
+-  (parameters
+-    '("ClutterActor*" "actor")
+-  )
+-)
++;(define-method set_actor
++;  (of-object "ChamplainZoomLevel")
++;  (c-name "champlain_zoom_level_set_actor")
++;  (return-type "none")
++;  (parameters
++;    '("ClutterActor*" "actor")
++;  )
++;)
+ (define-method add_tile
+   (of-object "ChamplainZoomLevel")