Skip to content

Commit 96f6ccf

Browse files
Regenerate with latest gir-files
1 parent 9a24cc1 commit 96f6ccf

File tree

30 files changed

+810
-12
lines changed

30 files changed

+810
-12
lines changed

gdk4-wayland/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

gdk4-wayland/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

gdk4-win32/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

gdk4-win32/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

gdk4-x11/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

gdk4-x11/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

gdk4/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

gdk4/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

gsk4/src/auto/enums.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,10 @@ pub enum RenderNodeType {
639639
TextureScaleNode,
640640
#[doc(alias = "GSK_MASK_NODE")]
641641
MaskNode,
642+
#[doc(alias = "GSK_FILL_NODE")]
643+
FillNode,
644+
#[doc(alias = "GSK_STROKE_NODE")]
645+
StrokeNode,
642646
#[doc(hidden)]
643647
__Unknown(i32),
644648
}
@@ -677,6 +681,8 @@ impl fmt::Display for RenderNodeType {
677681
Self::GlShaderNode => "GlShaderNode",
678682
Self::TextureScaleNode => "TextureScaleNode",
679683
Self::MaskNode => "MaskNode",
684+
Self::FillNode => "FillNode",
685+
Self::StrokeNode => "StrokeNode",
680686
_ => "Unknown",
681687
}
682688
)
@@ -717,6 +723,8 @@ impl IntoGlib for RenderNodeType {
717723
Self::GlShaderNode => ffi::GSK_GL_SHADER_NODE,
718724
Self::TextureScaleNode => ffi::GSK_TEXTURE_SCALE_NODE,
719725
Self::MaskNode => ffi::GSK_MASK_NODE,
726+
Self::FillNode => ffi::GSK_FILL_NODE,
727+
Self::StrokeNode => ffi::GSK_STROKE_NODE,
720728
Self::__Unknown(value) => value,
721729
}
722730
}
@@ -756,6 +764,8 @@ impl FromGlib<ffi::GskRenderNodeType> for RenderNodeType {
756764
ffi::GSK_GL_SHADER_NODE => Self::GlShaderNode,
757765
ffi::GSK_TEXTURE_SCALE_NODE => Self::TextureScaleNode,
758766
ffi::GSK_MASK_NODE => Self::MaskNode,
767+
ffi::GSK_FILL_NODE => Self::FillNode,
768+
ffi::GSK_STROKE_NODE => Self::StrokeNode,
759769
value => Self::__Unknown(value),
760770
}
761771
}

gsk4/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 77bac6e42112)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 060b114d8edb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 307566e1ab58)

0 commit comments

Comments
 (0)