Skip to content

Commit 1626356

Browse files
sdroegebilelmoussaoui
authored andcommitted
Regenerate with latest gir / gir-files
1 parent 2153716 commit 1626356

File tree

180 files changed

+192
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+192
-24
lines changed

gdk4-wayland/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ af6703cf6545)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e45712216c81)
1+
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)

gdk4-wayland/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ af6703cf6545)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e45712216c81)
1+
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)

gdk4-win32/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ af6703cf6545)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e45712216c81)
1+
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)

gdk4-win32/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ af6703cf6545)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e45712216c81)
1+
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)

gdk4-x11/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ af6703cf6545)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e45712216c81)
1+
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)

gdk4-x11/src/auto/x11_device_manager_xi2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ impl X11DeviceManagerXI2Builder {
8484
/// Build the [`X11DeviceManagerXI2`].
8585
#[must_use = "Building the object from the builder is usually expensive and is not expected to have side effects"]
8686
pub fn build(self) -> X11DeviceManagerXI2 {
87+
assert_initialized_main_thread!();
8788
self.builder.build()
8889
}
8990
}

gdk4-x11/src/auto/x11_device_xi2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ impl X11DeviceXI2Builder {
103103
/// Build the [`X11DeviceXI2`].
104104
#[must_use = "Building the object from the builder is usually expensive and is not expected to have side effects"]
105105
pub fn build(self) -> X11DeviceXI2 {
106+
assert_initialized_main_thread!();
106107
self.builder.build()
107108
}
108109
}

gdk4-x11/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ af6703cf6545)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e45712216c81)
1+
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)

gdk4/src/auto/cursor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ impl CursorBuilder {
138138
/// Build the [`Cursor`].
139139
#[must_use = "Building the object from the builder is usually expensive and is not expected to have side effects"]
140140
pub fn build(self) -> Cursor {
141+
assert_initialized_main_thread!();
141142
self.builder.build()
142143
}
143144
}

gdk4/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ af6703cf6545)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ e45712216c81)
1+
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)

0 commit comments

Comments
 (0)