From: Emmanuel Rodriguez Date: Tue, 17 Mar 2009 12:05:14 +0000 (+0100) Subject: Removed the FIXME X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c534b35572925e45831fb542054764f344ab76e9;p=libchamplain Removed the FIXME --- diff --git a/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs b/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs index 70df155..7b08cc5 100644 --- a/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs +++ b/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs @@ -11,9 +11,5 @@ champlain_view_embed_new (class, ChamplainView *view) C_ARGS: view -# FIXME the parameter embed should be of type ChamplainViewEmbed. The bindings -# fail to generate the proper C code and leave unresolved symbols when -# using ChamplainViewEmbed. In order to provide 100% coverage of the API -# a GtkWidget has to be passed instead. ChamplainView * champlain_view_embed_get_view (ChamplainViewEmbed *embed)