Skip to content

Commit b52de8a

Browse files
Regenerate with latest gir
1 parent 60d39f6 commit b52de8a

File tree

449 files changed

+518
-392
lines changed

Some content is hidden

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

449 files changed

+518
-392
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 @ 839b834456d2)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 6a8847ce15a5)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)

gdk4-wayland/src/auto/wayland_device.rs

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

5+
use crate::ffi;
56
use glib::translate::*;
67

78
glib::wrapper! {

gdk4-wayland/src/auto/wayland_display.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// DO NOT EDIT
44
#![allow(deprecated)]
55

6+
use crate::ffi;
67
use glib::translate::*;
78

89
glib::wrapper! {

gdk4-wayland/src/auto/wayland_gl_context.rs

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

5+
use crate::ffi;
6+
57
glib::wrapper! {
68
#[doc(alias = "GdkWaylandGLContext")]
79
pub struct WaylandGLContext(Object<ffi::GdkWaylandGLContext, ffi::GdkWaylandGLContextClass>) @extends gdk::GLContext, gdk::DrawContext;

gdk4-wayland/src/auto/wayland_monitor.rs

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

5+
use crate::ffi;
6+
57
glib::wrapper! {
68
#[doc(alias = "GdkWaylandMonitor")]
79
pub struct WaylandMonitor(Object<ffi::GdkWaylandMonitor, ffi::GdkWaylandMonitorClass>) @extends gdk::Monitor;

gdk4-wayland/src/auto/wayland_popup.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 crate::WaylandSurface;
5+
use crate::{ffi, WaylandSurface};
66

77
glib::wrapper! {
88
#[doc(alias = "GdkWaylandPopup")]

gdk4-wayland/src/auto/wayland_seat.rs

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

5+
use crate::ffi;
6+
57
glib::wrapper! {
68
#[doc(alias = "GdkWaylandSeat")]
79
pub struct WaylandSeat(Object<ffi::GdkWaylandSeat, ffi::GdkWaylandSeatClass>) @extends gdk::Seat;

gdk4-wayland/src/auto/wayland_surface.rs

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

5+
use crate::ffi;
6+
57
glib::wrapper! {
68
#[doc(alias = "GdkWaylandSurface")]
79
pub struct WaylandSurface(Object<ffi::GdkWaylandSurface>) @extends gdk::Surface;

gdk4-wayland/src/auto/wayland_toplevel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// DO NOT EDIT
44
#![allow(deprecated)]
55

6-
use crate::WaylandSurface;
6+
use crate::{ffi, WaylandSurface};
77
use glib::translate::*;
88

99
glib::wrapper! {

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 @ 839b834456d2)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 6a8847ce15a5)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)

0 commit comments

Comments
 (0)