]> err.no Git - libchamplain/commitdiff
Rename Gtk2::Champlain::ViewEmbed to Gtk2::ChamplainEmbed
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sat, 13 Jun 2009 14:32:37 +0000 (16:32 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 14 Jun 2009 15:11:16 +0000 (11:11 -0400)
bindings/perl/Champlain/MANIFEST
bindings/perl/Champlain/maps-gtk
bindings/perl/Champlain/xs/Gtk2ChamplainEmbed.xs

index fa990d367c23f01f9216b31bcdf30a0e4f6afe8a..65557f13949bb979acb3f4335c0ceca4045f539c 100644 (file)
@@ -19,7 +19,7 @@ xs/ChamplainNetworkMapSource.xs
 xs/ChamplainTile.xs
 xs/ChamplainView.xs
 xs/ChamplainZoomLevel.xs
-xs/Gtk2ChamplainViewEmbed.xs
+xs/Gtk2ChamplainEmbed.xs
 t/Champlain.t
 t/ChamplainBaseMarker.t
 t/ChamplainLayer.t
index ca04d71c2fbbe30f1bb0738866a7c6bff51817b7..8fa48240788131987ad58c33b896ad19f1267af9 100644 (file)
@@ -1 +1 @@
-CHAMPLAIN_TYPE_VIEW_EMBED       ChamplainViewEmbed  GtkObject  Gtk2::Champlain::ViewEmbed
+GTK_CHAMPLAIN_TYPE_EMBED  GtkChamplainEmbed  GtkObject  Gtk2::ChamplainEmbed
index 7d2a0ca6dc397fea27649e0999e5f71e74b8eaea..a447e36b457c8f82a39197e06b70a2265a695b24 100644 (file)
@@ -1,14 +1,13 @@
 #include "champlain-perl.h"
 
 
-MODULE = Gtk2::Champlain::ViewEmbed  PACKAGE = Gtk2::Champlain::ViewEmbed  PREFIX = champlain_view_embed_
+MODULE = Gtk2::ChamplainEmbed  PACKAGE = Gtk2::ChamplainEmbed  PREFIX = gtk_champlain_embed_
 
 
 GtkWidget*
-champlain_view_embed_new (class, ChamplainView *view)
-       C_ARGS: view
+gtk_champlain_embed_new (class)
+       C_ARGS: /* No args */
 
 
-ChamplainView*
-champlain_view_embed_get_view (ChamplainViewEmbed *embed)
-
+ChamplainView *
+gtk_champlain_embed_get_view (GtkChamplainEmbed* embed)