From: Emmanuel Rodriguez Date: Tue, 5 May 2009 18:05:39 +0000 (+0200) Subject: champlain_network_map_source_new_full gets now passed the id X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6e97305699f0b9a2f15e39708052e0e30b44573;p=libchamplain champlain_network_map_source_new_full gets now passed the id --- 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*