Fixing Perl integration

This commit is contained in:
Vojtech Bubnik 2021-05-06 13:58:37 +02:00
parent 0ca6b12da1
commit 1c6333e557

View File

@ -10,7 +10,8 @@
// owned by Layer, no constructor/destructor
Ref<Layer> layer();
Ref<PrintRegion> region();
Ref<PrintRegion> region()
%code%{ RETVAL = &THIS->region(); %};
Ref<SurfaceCollection> slices()
%code%{ RETVAL = &THIS->slices; %};