Skip to content

Commit e533055

Browse files
Regenerate with latest gir/gir-files
1 parent 864ed02 commit e533055

File tree

257 files changed

+1654
-1631
lines changed

Some content is hidden

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

257 files changed

+1654
-1631
lines changed

gdk4-macos/src/auto/macos_surface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl MacosSurface {
4646
let f: Box_<F> = Box_::new(f);
4747
connect_raw(
4848
self.as_ptr() as *mut _,
49-
b"notify::native\0".as_ptr() as *const _,
49+
c"notify::native".as_ptr() as *const _,
5050
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
5151
notify_native_trampoline::<F> as *const (),
5252
)),

gdk4-macos/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 @ 1b34ebba86cb)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 8c3c93b02091)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ b19fc8902d65)

gdk4-macos/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 @ 1b34ebba86cb)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 8c3c93b02091)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ b19fc8902d65)

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 @ 1b34ebba86cb)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 8c3c93b02091)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ b19fc8902d65)

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 @ 1b34ebba86cb)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 8c3c93b02091)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ b19fc8902d65)

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 @ 1b34ebba86cb)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 8c3c93b02091)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ b19fc8902d65)

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 @ 1b34ebba86cb)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 8c3c93b02091)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ b19fc8902d65)

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 @ 1b34ebba86cb)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 8c3c93b02091)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ b19fc8902d65)

gdk4-x11/src/auto/x11_screen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl X11Screen {
7171
let f: Box_<F> = Box_::new(f);
7272
connect_raw(
7373
self.as_ptr() as *mut _,
74-
b"window-manager-changed\0".as_ptr() as *const _,
74+
c"window-manager-changed".as_ptr() as *const _,
7575
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
7676
window_manager_changed_trampoline::<F> as *const (),
7777
)),

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 @ 1b34ebba86cb)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 8c3c93b02091)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ b19fc8902d65)

0 commit comments

Comments
 (0)