[libchamplain/libchamplain-0-4] Update python bindings
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libchamplain/libchamplain-0-4] Update python bindings
- Date: Mon, 19 Oct 2009 05:14:25 +0000 (UTC)
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]