[libchamplain/libchamplain-0-4] Update python bindings



commit 13142525fd090c89865362f3a6466fff3e93141a
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Sun Oct 18 23:17:31 2009 -0400

    Update python bindings

 bindings/python/champlain/pychamplain-base.defs |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/bindings/python/champlain/pychamplain-base.defs b/bindings/python/champlain/pychamplain-base.defs
index b6d38c6..ce34121 100644
--- a/bindings/python/champlain/pychamplain-base.defs
+++ b/bindings/python/champlain/pychamplain-base.defs
@@ -1241,6 +1241,24 @@
   )
 )
 
+(define-function marker_get_highlight_color
+  (c-name "champlain_marker_get_highlight_color")
+  (return-type "const-ClutterColor*")
+)
+
+(define-function marker_set_highlight_text_color
+  (c-name "champlain_marker_set_highlight_text_color")
+  (return-type "none")
+  (parameters
+    '("ClutterColor*" "color")
+  )
+)
+
+(define-function marker_get_highlight_text_color
+  (c-name "champlain_marker_get_highlight_text_color")
+  (return-type "const-ClutterColor*")
+)
+
 
 
 ;; From champlain-base-marker.h



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