[libchamplain] Replace champlain_map_source_factory_get_list by champlain_map_source_factory_dup_list



commit eaa0e8f5dd2d012455943b8f9cd55dbba8c630a7
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date:   Sat Jun 13 15:51:00 2009 +0200

    Replace champlain_map_source_factory_get_list by champlain_map_source_factory_dup_list

 .../perl/Champlain/xs/ChamplainMapSourceFactory.xs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs b/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs
index 61b1a0b..ef73cf7 100644
--- a/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs
+++ b/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs
@@ -53,13 +53,13 @@ champlain_map_source_factory_dup_default (class)
 
 
 void
-champlain_map_source_factory_get_list (ChamplainMapSourceFactory *factory)
+champlain_map_source_factory_dup_list (ChamplainMapSourceFactory *factory)
 	PREINIT:
 		GSList *list = NULL;
 		GSList *item = NULL;
 	
 	PPCODE:
-		list = champlain_map_source_factory_get_list(factory);
+		list = champlain_map_source_factory_dup_list(factory);
 		
 		for (item = list; item != NULL; item = item->next) {
 			ChamplainMapSourceDesc *desc = CHAMPLAIN_MAP_SOURCE_DESC(item->data);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]