]> err.no Git - libchamplain/commitdiff
Allow NULL to set_color() and set_text_color()
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 11 May 2009 19:48:32 +0000 (21:48 +0200)
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Tue, 12 May 2009 05:01:04 +0000 (07:01 +0200)
bindings/perl/Champlain/xs/ChamplainMarker.xs

index 9773383a54c9e1371694ae043f8d9f841875cf0c..2da8a8f6e84be448c98c9ec89f3e5597760fb917 100644 (file)
@@ -56,11 +56,11 @@ champlain_marker_set_alignment (ChamplainMarker *marker, PangoAlignment alignmen
 
 
 void
-champlain_marker_set_color (ChamplainMarker *marker, const ClutterColor *color)
+champlain_marker_set_color (ChamplainMarker *marker, const ClutterColor_ornull *color)
 
 
 void
-champlain_marker_set_text_color (ChamplainMarker *marker, const ClutterColor *color)
+champlain_marker_set_text_color (ChamplainMarker *marker, const ClutterColor_ornull *color)
 
 
 void