Skip to content

Commit f72d766

Browse files
Regenerate with latest gir
1 parent 5828659 commit f72d766

Some content is hidden

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

62 files changed

+107
-107
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 @ 9ebc44374393)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

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 @ 9ebc44374393)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

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 @ 9ebc44374393)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

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 @ 9ebc44374393)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

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 @ 9ebc44374393)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

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 @ 9ebc44374393)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

gdk4/src/auto/button_event.rs

Lines changed: 2 additions & 2 deletions
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::translate::*;
5+
use glib::{prelude::*, translate::*};
66

77
glib::wrapper! {
88
#[doc(alias = "GdkButtonEvent")]
@@ -14,7 +14,7 @@ glib::wrapper! {
1414
}
1515
}
1616

17-
impl glib::StaticType for ButtonEvent {
17+
impl StaticType for ButtonEvent {
1818
fn static_type() -> glib::Type {
1919
unsafe { from_glib(ffi::gdk_button_event_get_type()) }
2020
}

gdk4/src/auto/crossing_event.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// DO NOT EDIT
44

55
use crate::{CrossingMode, NotifyType};
6-
use glib::translate::*;
6+
use glib::{prelude::*, translate::*};
77

88
glib::wrapper! {
99
#[doc(alias = "GdkCrossingEvent")]
@@ -15,7 +15,7 @@ glib::wrapper! {
1515
}
1616
}
1717

18-
impl glib::StaticType for CrossingEvent {
18+
impl StaticType for CrossingEvent {
1919
fn static_type() -> glib::Type {
2020
unsafe { from_glib(ffi::gdk_crossing_event_get_type()) }
2121
}

gdk4/src/auto/delete_event.rs

Lines changed: 2 additions & 2 deletions
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::translate::*;
5+
use glib::{prelude::*, translate::*};
66

77
glib::wrapper! {
88
#[doc(alias = "GdkDeleteEvent")]
@@ -14,7 +14,7 @@ glib::wrapper! {
1414
}
1515
}
1616

17-
impl glib::StaticType for DeleteEvent {
17+
impl StaticType for DeleteEvent {
1818
fn static_type() -> glib::Type {
1919
unsafe { from_glib(ffi::gdk_delete_event_get_type()) }
2020
}

gdk4/src/auto/dnd_event.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// DO NOT EDIT
44

55
use crate::Drop;
6-
use glib::translate::*;
6+
use glib::{prelude::*, translate::*};
77

88
glib::wrapper! {
99
#[doc(alias = "GdkDNDEvent")]
@@ -15,7 +15,7 @@ glib::wrapper! {
1515
}
1616
}
1717

18-
impl glib::StaticType for DNDEvent {
18+
impl StaticType for DNDEvent {
1919
fn static_type() -> glib::Type {
2020
unsafe { from_glib(ffi::gdk_dnd_event_get_type()) }
2121
}

0 commit comments

Comments
 (0)