From: Emmanuel Rodriguez Date: Tue, 17 Mar 2009 12:09:34 +0000 (+0100) Subject: Return types are constistent with the existing XS X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09aa68eb1edb0c60109f509503a85aab03a9d2e2;p=libchamplain Return types are constistent with the existing XS --- diff --git a/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs b/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs index 7b08cc5..540ae3a 100644 --- a/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs +++ b/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs @@ -6,10 +6,10 @@ MODULE = Gtk2::Champlain::ViewEmbed PACKAGE = Gtk2::Champlain::ViewEmbed PREFI PROTOTYPES: DISABLE -GtkWidget * +GtkWidget* champlain_view_embed_new (class, ChamplainView *view) C_ARGS: view -ChamplainView * +ChamplainView* champlain_view_embed_get_view (ChamplainViewEmbed *embed)