From: Emmanuel Rodriguez Date: Sun, 3 May 2009 20:29:34 +0000 (+0200) Subject: Formatting X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad60229bcd63e4052b64a9baac0831f9d546764;p=libchamplain Formatting --- diff --git a/bindings/perl/Champlain/xs/ChamplainMarker.xs b/bindings/perl/Champlain/xs/ChamplainMarker.xs index 32bf96b..b515ba3 100644 --- a/bindings/perl/Champlain/xs/ChamplainMarker.xs +++ b/bindings/perl/Champlain/xs/ChamplainMarker.xs @@ -18,11 +18,13 @@ ClutterActor* champlain_marker_new_from_file (class, const gchar *filename) PREINIT: GError *error = NULL; + CODE: RETVAL = champlain_marker_new_from_file(filename, &error); if (error) { gperl_croak_gerror(NULL, error); } + OUTPUT: RETVAL