]> err.no Git - libchamplain/commit
Accesors/Modifiers for Chamlain::MapSourceDesc are now without prefix (get_/get_).
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sun, 14 Jun 2009 21:35:32 +0000 (23:35 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 14 Jun 2009 22:14:03 +0000 (18:14 -0400)
commit589705e0c7879ce1ca47b3c68a490b09a99052d5
tree511e75d83e8625c40e482bbed5a23cd7e50878b2
parent1da5449c8da8e5ab7e83557decc3899fca883a1c
Accesors/Modifiers for Chamlain::MapSourceDesc are now without prefix (get_/get_).

The prefixes get_ and set_ have been removed because the ChamplainMapSourceDesc
is a struct and not a GObject. By using property names the caller will notice
that the fields are directly accessed.
bindings/perl/Champlain/examples/gtk2.pl
bindings/perl/Champlain/t/ChamplainMapSourceDesc.t
bindings/perl/Champlain/xs/ChamplainMapSourceDesc.xs