From 14b128b56a9277695915d0c7d002f4c5a6c3b223 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Wed, 3 Jun 2009 23:08:05 +0200 Subject: [PATCH] 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 --- bindings/perl/Champlain/xs/ChamplainCache.xs | 2 +- bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.39.5