From: Pierre-Luc Beaudoin Date: Mon, 19 Oct 2009 03:17:31 +0000 (-0400) Subject: Update python bindings X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13142525fd090c89865362f3a6466fff3e93141a;p=libchamplain Update python bindings --- 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