Skip to content

Commit 99eb672

Browse files
Regenerate with latest gir
1 parent 91f6271 commit 99eb672

File tree

426 files changed

+2649
-7547
lines changed

Some content is hidden

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

426 files changed

+2649
-7547
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 @ dcaa0e340516)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 7498349606e5)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 58cd940295f0)

gdk4-wayland/src/auto/wayland_device.rs

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

55
use glib::translate::*;
6-
use std::fmt;
76

87
glib::wrapper! {
98
#[doc(alias = "GdkWaylandDevice")]
@@ -21,9 +20,3 @@ impl WaylandDevice {
2120
unsafe { from_glib_none(ffi::gdk_wayland_device_get_node_path(self.to_glib_none().0)) }
2221
}
2322
}
24-
25-
impl fmt::Display for WaylandDevice {
26-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
27-
f.write_str("WaylandDevice")
28-
}
29-
}

gdk4-wayland/src/auto/wayland_display.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![allow(deprecated)]
55

66
use glib::translate::*;
7-
use std::fmt;
87

98
glib::wrapper! {
109
#[doc(alias = "GdkWaylandDisplay")]
@@ -61,9 +60,3 @@ impl WaylandDisplay {
6160
}
6261
}
6362
}
64-
65-
impl fmt::Display for WaylandDisplay {
66-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
67-
f.write_str("WaylandDisplay")
68-
}
69-
}

gdk4-wayland/src/auto/wayland_gl_context.rs

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

5-
use std::fmt;
6-
75
glib::wrapper! {
86
#[doc(alias = "GdkWaylandGLContext")]
97
pub struct WaylandGLContext(Object<ffi::GdkWaylandGLContext, ffi::GdkWaylandGLContextClass>) @extends gdk::GLContext, gdk::DrawContext;
@@ -14,9 +12,3 @@ glib::wrapper! {
1412
}
1513

1614
impl WaylandGLContext {}
17-
18-
impl fmt::Display for WaylandGLContext {
19-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
20-
f.write_str("WaylandGLContext")
21-
}
22-
}

gdk4-wayland/src/auto/wayland_monitor.rs

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

5-
use std::fmt;
6-
75
glib::wrapper! {
86
#[doc(alias = "GdkWaylandMonitor")]
97
pub struct WaylandMonitor(Object<ffi::GdkWaylandMonitor, ffi::GdkWaylandMonitorClass>) @extends gdk::Monitor;
@@ -14,9 +12,3 @@ glib::wrapper! {
1412
}
1513

1614
impl WaylandMonitor {}
17-
18-
impl fmt::Display for WaylandMonitor {
19-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
20-
f.write_str("WaylandMonitor")
21-
}
22-
}

gdk4-wayland/src/auto/wayland_popup.rs

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

55
use crate::WaylandSurface;
6-
use std::fmt;
76

87
glib::wrapper! {
98
#[doc(alias = "GdkWaylandPopup")]
@@ -15,9 +14,3 @@ glib::wrapper! {
1514
}
1615

1716
impl WaylandPopup {}
18-
19-
impl fmt::Display for WaylandPopup {
20-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
21-
f.write_str("WaylandPopup")
22-
}
23-
}

gdk4-wayland/src/auto/wayland_seat.rs

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

5-
use std::fmt;
6-
75
glib::wrapper! {
86
#[doc(alias = "GdkWaylandSeat")]
97
pub struct WaylandSeat(Object<ffi::GdkWaylandSeat, ffi::GdkWaylandSeatClass>) @extends gdk::Seat;
@@ -14,9 +12,3 @@ glib::wrapper! {
1412
}
1513

1614
impl WaylandSeat {}
17-
18-
impl fmt::Display for WaylandSeat {
19-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
20-
f.write_str("WaylandSeat")
21-
}
22-
}

gdk4-wayland/src/auto/wayland_surface.rs

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

5-
use std::fmt;
6-
75
glib::wrapper! {
86
#[doc(alias = "GdkWaylandSurface")]
97
pub struct WaylandSurface(Object<ffi::GdkWaylandSurface>) @extends gdk::Surface;
@@ -16,9 +14,3 @@ glib::wrapper! {
1614
impl WaylandSurface {
1715
pub const NONE: Option<&'static WaylandSurface> = None;
1816
}
19-
20-
impl fmt::Display for WaylandSurface {
21-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
22-
f.write_str("WaylandSurface")
23-
}
24-
}

gdk4-wayland/src/auto/wayland_toplevel.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
use crate::WaylandSurface;
77
use glib::translate::*;
8-
use std::{boxed::Box as Box_, fmt};
8+
use std::boxed::Box as Box_;
99

1010
glib::wrapper! {
1111
#[doc(alias = "GdkWaylandToplevel")]
@@ -89,9 +89,3 @@ impl WaylandToplevel {
8989
}
9090
}
9191
}
92-
93-
impl fmt::Display for WaylandToplevel {
94-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
95-
f.write_str("WaylandToplevel")
96-
}
97-
}

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 @ dcaa0e340516)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 7498349606e5)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 58cd940295f0)

0 commit comments

Comments
 (0)