Skip to content

Commit 59b1703

Browse files
Regenerate with latest gir-files
1 parent 9ad35ec commit 59b1703

File tree

25 files changed

+297
-42
lines changed

25 files changed

+297
-42
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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

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 @ 85fe8474df07)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 08b5eb779254)

0 commit comments

Comments
 (0)