]> err.no Git - libchamplain/commitdiff
Add get/set projection
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sun, 3 May 2009 19:39:34 +0000 (21:39 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 6 May 2009 03:16:02 +0000 (23:16 -0400)
bindings/perl/Champlain/xs/ChamplainMapSource.xs

index 765ca26d7d915abf64adb3531343ca6f938fd9fc..6db3fb62a2b6c92c58d51df1479090a8c3813b63 100644 (file)
@@ -58,3 +58,11 @@ champlain_map_source_set_license (ChamplainMapSource *map_source, const gchar *l
 
 const gchar*
 champlain_map_source_get_license (ChamplainMapSource *map_source)
+
+
+void
+champlain_map_source_set_projection (ChamplainMapSource *map_source, ChamplainMapProjection projection)
+
+
+ChamplainMapProjection
+champlain_map_source_get_projection (ChamplainMapSource *map_source)