~vcs-imports/vala/trunk

« back to all changes in this revision

Viewing changes to vapi/pixman-1.vapi

  • Committer: David Hewitt
  • Date: 2022-10-22 14:30:29 UTC
  • Revision ID: git-v1:b4d3da24ff50f81453fe6958a090f9fae707c55f
pixman-1: Fix instance position of region copy methods

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
                public Region16.with_extents (Pixman.Box16 extents);
107
107
 
108
108
                public void translate (int x, int y);
 
109
                [CCode (instance_pos = 1.1)]
109
110
                public bool copy (out Pixman.Region16 region);
110
111
                [CCode (instance_pos = 1.1)]
111
112
                public bool intersect (out Pixman.Region16 new_reg, Pixman.Region16 reg2);
155
156
                public Region32.with_extents (Pixman.Box32 extents);
156
157
 
157
158
                public void translate (int x, int y);
 
159
                [CCode (instance_pos = 1.1)]
158
160
                public bool copy (out Pixman.Region32 region);
159
161
                [CCode (instance_pos = 1.1)]
160
162
                public bool intersect (out Pixman.Region32 new_reg, Pixman.Region32 reg2);