Skip to content

Commit 2779830

Browse files
Regenerate with latest gir
1 parent bc7e1c4 commit 2779830

File tree

111 files changed

+160
-222
lines changed

Some content is hidden

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

111 files changed

+160
-222
lines changed

gdk4-wayland/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 047f55810b96)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)

gdk4-wayland/src/auto/wayland_toplevel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ impl WaylandToplevel {
2727
let toplevel = from_glib_borrow(toplevel);
2828
let handle: Borrowed<glib::GString> = from_glib_borrow(handle);
2929
let callback: &P = &*(user_data as *mut _);
30-
(*callback)(&toplevel, handle.as_str());
30+
(*callback)(&toplevel, handle.as_str())
3131
}
3232
let callback = Some(callback_func::<P> as _);
3333
unsafe extern "C" fn destroy_func_func<P: Fn(&WaylandToplevel, &str) + 'static>(

gdk4-wayland/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 047f55810b96)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)

gdk4-win32/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 047f55810b96)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)

gdk4-win32/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 047f55810b96)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)

gdk4-x11/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 047f55810b96)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)

gdk4-x11/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 047f55810b96)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)

gdk4/src/auto/button_event.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
use crate::Event;
6-
use glib::{prelude::*, translate::*};
5+
use glib::translate::*;
76
use std::fmt;
87

98
glib::wrapper! {

gdk4/src/auto/content_formats.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
use glib::{prelude::*, translate::*};
5+
use glib::translate::*;
66
use std::{fmt, mem};
77

88
glib::wrapper! {

gdk4/src/auto/crossing_event.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
use crate::{CrossingMode, Event, NotifyType};
6-
use glib::{prelude::*, translate::*};
5+
use crate::{CrossingMode, NotifyType};
6+
use glib::translate::*;
77
use std::fmt;
88

99
glib::wrapper! {

0 commit comments

Comments
 (0)