From b6e97305699f0b9a2f15e39708052e0e30b44573 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Tue, 5 May 2009 20:05:39 +0200 Subject: [PATCH] champlain_network_map_source_new_full gets now passed the id --- bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs b/bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs index 07c0f33..3f8a1a6 100644 --- a/bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs +++ b/bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs @@ -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* -- 2.39.5