]> err.no Git - libchamplain/commitdiff
Champlain::Marker->new_with_text() takes optional parameters
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 13 Apr 2009 08:42:18 +0000 (10:42 +0200)
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 13 Apr 2009 08:42:18 +0000 (10:42 +0200)
bindings/perl/Champlain/xs/ChamplainMarker.xs

index bdc9b84b3dccfa56ef9826aca0f1895c38c63120..d3d6e69251280a05f5da13190c1bbca0b868362b 100644 (file)
@@ -12,7 +12,7 @@ champlain_marker_new (class)
 
 
 ClutterActor*
-champlain_marker_new_with_text (class, const gchar *text, const gchar_ornull *font, ClutterColor_ornull *text_color, ClutterColor_ornull *marker_color)
+champlain_marker_new_with_text (class, const gchar *text, const gchar_ornull *font = NULL, ClutterColor_ornull *text_color = NULL, ClutterColor_ornull *marker_color = NULL)
        C_ARGS: text, font, text_color, marker_color