]> err.no Git - libchamplain/commitdiff
Synchronized with the API changes made to the singletons.
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Wed, 3 Jun 2009 21:08:05 +0000 (23:08 +0200)
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Thu, 4 Jun 2009 05:17:02 +0000 (07:17 +0200)
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
bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs

index 65b43d0672229266d656efbb20ef36d433662f80..466ee4a3c0fa8d1e34d33b5b3d7ed2c9a777c27f 100644 (file)
@@ -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 */
 
 
index 3ad66f3f152f178f1494fa2cba5ef70f5bf5dca0..9ee4da8b56d895b8689235050f2447d0479811c7 100644 (file)
@@ -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 */