Rename _toPerl() to arrayref()

This commit is contained in:
Alessandro Ranellucci 2013-07-07 12:41:54 +02:00
parent b42333feed
commit d06ac3e31e
4 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ ExPolygon::new(...)
RETVAL
SV*
ExPolygon::_toPerl()
ExPolygon::arrayref()
CODE:
const unsigned int num_holes = THIS->holes.size();
AV* av = newAV();

View file

@ -10,7 +10,7 @@
%{
SV*
Point::_toPerl()
Point::arrayref()
CODE:
RETVAL = point2perl(*THIS);
OUTPUT: