From 13142525fd090c89865362f3a6466fff3e93141a Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Sun, 18 Oct 2009 23:17:31 -0400 Subject: [PATCH] Update python bindings --- .../python/champlain/pychamplain-base.defs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- 2.39.5