]> err.no Git - libchamplain/commitdiff
Update python bindings
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 19 Oct 2009 03:17:31 +0000 (23:17 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 19 Oct 2009 03:17:31 +0000 (23:17 -0400)
bindings/python/champlain/pychamplain-base.defs

index b6d38c62c319a2a8ff9eeb5c0177dc5f4efafc7d..ce34121c7340eabfa9086d0cc267f19f2d842057 100644 (file)
   )
 )
 
+(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