Fixing Perl integration
This commit is contained in:
parent
0ca6b12da1
commit
1c6333e557
@ -10,7 +10,8 @@
|
|||||||
// owned by Layer, no constructor/destructor
|
// owned by Layer, no constructor/destructor
|
||||||
|
|
||||||
Ref<Layer> layer();
|
Ref<Layer> layer();
|
||||||
Ref<PrintRegion> region();
|
Ref<PrintRegion> region()
|
||||||
|
%code%{ RETVAL = &THIS->region(); %};
|
||||||
|
|
||||||
Ref<SurfaceCollection> slices()
|
Ref<SurfaceCollection> slices()
|
||||||
%code%{ RETVAL = &THIS->slices; %};
|
%code%{ RETVAL = &THIS->slices; %};
|
||||||
|
Loading…
Reference in New Issue
Block a user