From 83b3db3e96dc0a72138460ad4b5e78ce22fb0ddf Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Mon, 13 Apr 2009 10:42:18 +0200 Subject: [PATCH] Champlain::Marker->new_with_text() takes optional parameters --- bindings/perl/Champlain/xs/ChamplainMarker.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/xs/ChamplainMarker.xs b/bindings/perl/Champlain/xs/ChamplainMarker.xs index bdc9b84..d3d6e69 100644 --- a/bindings/perl/Champlain/xs/ChamplainMarker.xs +++ b/bindings/perl/Champlain/xs/ChamplainMarker.xs @@ -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 -- 2.39.5