~ubuntu-branches/ubuntu/maverick/libchamplain/maverick

« back to all changes in this revision

Viewing changes to bindings/perl/Champlain/xs/ChamplainMapSource.xs

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville, Andreas Henriksson, Laurent Bigonville
  • Date: 2010-01-20 18:12:56 UTC
  • mfrom: (1.1.5 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100120181256-ij0kwd9n0s8sl7f7
Tags: 0.4.3-1
[ Andreas Henriksson ]
* New upstream release.
  - fix linking using binutils-gold (Closes: #555082)
* Add support for "get-orig-source" in debian/rules.
* Update libchamplain-0.4-0.symbols for function added in 0.4.3.

[ Laurent Bigonville ]
* Add Recommends on libchamplain-doc package for
  libchamplain-gtk-doc (Closes: #565311)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
 
83
83
void
84
84
champlain_map_source_fill_tile (ChamplainMapSource *map_source, ChamplainTile *tile)
 
85
 
 
86
 
 
87
#if CHAMPLAIN_CHECK_VERSION (0, 4, 3)
 
88
 
 
89
gfloat
 
90
champlain_map_source_get_meters_per_pixel (ChamplainMapSource *map_source, gint zoom_level, gdouble latitude, gdouble longitude)
 
91
 
 
92
#endif /* 0.4.3 */