From b4d3da24ff50f81453fe6958a090f9fae707c55f Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sat, 22 Oct 2022 15:30:29 +0100 Subject: [PATCH] pixman-1: Fix instance position of region copy methods --- vapi/pixman-1.vapi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vapi/pixman-1.vapi b/vapi/pixman-1.vapi index ecccc0113..8ceec25a4 100644 --- a/vapi/pixman-1.vapi +++ b/vapi/pixman-1.vapi @@ -106,6 +106,7 @@ namespace Pixman { public Region16.with_extents (Pixman.Box16 extents); public void translate (int x, int y); + [CCode (instance_pos = 1.1)] public bool copy (out Pixman.Region16 region); [CCode (instance_pos = 1.1)] public bool intersect (out Pixman.Region16 new_reg, Pixman.Region16 reg2); @@ -155,6 +156,7 @@ namespace Pixman { public Region32.with_extents (Pixman.Box32 extents); public void translate (int x, int y); + [CCode (instance_pos = 1.1)] public bool copy (out Pixman.Region32 region); [CCode (instance_pos = 1.1)] public bool intersect (out Pixman.Region32 new_reg, Pixman.Region32 reg2); -- 2.47.2