Skip to content

Commit

Permalink
Regenerate with latest gir
Browse files Browse the repository at this point in the history
Fixes #1888
  • Loading branch information
bilelmoussaoui committed Oct 25, 2024
1 parent b197b91 commit 9ed0619
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gdk4-wayland/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gdk4-wayland/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gdk4-win32/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gdk4-win32/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gdk4-x11/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gdk4-x11/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gdk4/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gdk4/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gsk4/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gsk4/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
1 change: 0 additions & 1 deletion gtk4/src/auto/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ impl ApplicationBuilder {
/// Build the [`Application`].
#[must_use = "Building the object from the builder is usually expensive and is not expected to have side effects"]
pub fn build(self) -> Application {
assert_initialized_main_thread!();
let ret = self.builder.build();
{
Application::register_startup_hook(&ret);
Expand Down
2 changes: 1 addition & 1 deletion gtk4/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)
2 changes: 1 addition & 1 deletion gtk4/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ d7ce1bd186a7)
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed)
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383)

0 comments on commit 9ed0619

Please sign in to comment.