Skip to content

Commit 963f321

Browse files
Regenerate with latest gir-files
1 parent 8ad310c commit 963f321

File tree

24 files changed

+296
-41
lines changed

24 files changed

+296
-41
lines changed

gdk4-macos/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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

gdk4-macos/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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

gdk4/src/auto/flags.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,9 +628,9 @@ bitflags! {
628628
#[doc(alias = "GdkPaintableFlags")]
629629
pub struct PaintableFlags: u32 {
630630
#[doc(alias = "GDK_PAINTABLE_STATIC_SIZE")]
631-
const SIZE = ffi::GDK_PAINTABLE_STATIC_SIZE as _;
631+
const STATIC_SIZE = ffi::GDK_PAINTABLE_STATIC_SIZE as _;
632632
#[doc(alias = "GDK_PAINTABLE_STATIC_CONTENTS")]
633-
const CONTENTS = ffi::GDK_PAINTABLE_STATIC_CONTENTS as _;
633+
const STATIC_CONTENTS = ffi::GDK_PAINTABLE_STATIC_CONTENTS as _;
634634
}
635635
}
636636

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 @ c9947f8f47b6)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)

0 commit comments

Comments
 (0)