Skip to content

Commit

Permalink
Regenerate with latest gir-files
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jul 23, 2023
1 parent 9145c10 commit b22d2ab
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
4 changes: 2 additions & 2 deletions gtk4/src/auto/event_controller_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ impl EventControllerKey {
F: Fn(&EventControllerKey, gdk::ModifierType) -> glib::ControlFlow + 'static,
>(
this: *mut ffi::GtkEventControllerKey,
keyval: gdk::ffi::GdkModifierType,
state: gdk::ffi::GdkModifierType,
f: glib::ffi::gpointer,
) -> glib::ffi::gboolean {
let f: &F = &*(f as *const F);
f(&from_glib_borrow(this), from_glib(keyval)).into_glib()
f(&from_glib_borrow(this), from_glib(state)).into_glib()
}
unsafe {
let f: Box_<F> = Box_::new(f);
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)
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 @ c88b69265102)
from gir-files (https://github.com/gtk-rs/gir-files @ 36a8fad4e0ba)
from gir-files (https://github.com/gtk-rs/gir-files @ c23f21f51d54)

0 comments on commit b22d2ab

Please sign in to comment.