From: Mike Sheldon Date: Sun, 22 Mar 2009 01:32:02 +0000 (+0000) Subject: Update python bindings to support new API changes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c02b4ef87f121c05bf5a4e1989a8333ca738d54;p=libchamplain Update python bindings to support new API changes Disable wrapping of zoom_level_set_actor as this isn't implemented yet. Start adding markers layer to launcher-gtk.py --- diff --git a/bindings/python/pychamplain.patch b/bindings/python/pychamplain.patch new file mode 100644 index 0000000..f907b66 --- /dev/null +++ b/bindings/python/pychamplain.patch @@ -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")