From: Emmanuel Rodriguez Date: Wed, 3 Jun 2009 21:08:05 +0000 (+0200) Subject: Synchronized with the API changes made to the singletons. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b128b56a9277695915d0c7d002f4c5a6c3b223;p=libchamplain Synchronized with the API changes made to the singletons. champlain_map_source_factory_get_default -> champlain_map_source_factory_dup_default champlain_cache_get_default -> champlain_cache_dup_default --- diff --git a/bindings/perl/Champlain/xs/ChamplainCache.xs b/bindings/perl/Champlain/xs/ChamplainCache.xs index 65b43d0..466ee4a 100644 --- a/bindings/perl/Champlain/xs/ChamplainCache.xs +++ b/bindings/perl/Champlain/xs/ChamplainCache.xs @@ -5,7 +5,7 @@ MODULE = Champlain::Cache PACKAGE = Champlain::Cache PREFIX = champlain_cache_ ChamplainCache* -champlain_cache_get_default (class) +champlain_cache_dup_default (class) C_ARGS: /* No args */ diff --git a/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs b/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs index 3ad66f3..9ee4da8 100644 --- a/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs +++ b/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs @@ -100,7 +100,7 @@ MODULE = Champlain::MapSourceFactory PACKAGE = Champlain::MapSourceFactory PRE ChamplainMapSourceFactory* -champlain_map_source_factory_get_default (class) +champlain_map_source_factory_dup_default (class) C_ARGS: /* No args */