]> err.no Git - libchamplain/commitdiff
champlain_network_map_source_new_full gets now passed the id
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Tue, 5 May 2009 18:05:39 +0000 (20:05 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 6 May 2009 03:16:03 +0000 (23:16 -0400)
bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs

index 07c0f3315183ca81e00396f6528c75d5e7ba2906..3f8a1a60590b1dca329f3dfd7a143952c34bd53c 100644 (file)
@@ -5,8 +5,8 @@ MODULE = Champlain::NetworkMapSource  PACKAGE = Champlain::NetworkMapSource  PRE
 
 
 ChamplainNetworkMapSource*
-champlain_network_map_source_new_full (class, gchar *name, gchar *license, gchar *license_uri, guint min_zoom, guint map_zoom, guint tile_size, ChamplainMapProjection projection, gchar *uri_format)
-       C_ARGS: name, license, license_uri, min_zoom, map_zoom, tile_size, projection, uri_format
+champlain_network_map_source_new_full (class, gchar *id, gchar *name, gchar *license, gchar *license_uri, guint min_zoom, guint map_zoom, guint tile_size, ChamplainMapProjection projection, gchar *uri_format)
+       C_ARGS: id, name, license, license_uri, min_zoom, map_zoom, tile_size, projection, uri_format
 
 
 const gchar*