Skip to content

Commit

Permalink
Regenerate with latest gir
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jun 1, 2024
1 parent 0588152 commit a5217af
Show file tree
Hide file tree
Showing 449 changed files with 518 additions and 392 deletions.
2 changes: 1 addition & 1 deletion gdk4-wayland/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 839b834456d2)
Generated by gir (https://github.com/gtk-rs/gir @ 3191f1ad2c59)
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)
1 change: 1 addition & 0 deletions gdk4-wayland/src/auto/wayland_device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::translate::*;

glib::wrapper! {
Expand Down
1 change: 1 addition & 0 deletions gdk4-wayland/src/auto/wayland_display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// DO NOT EDIT
#![allow(deprecated)]

use crate::ffi;
use glib::translate::*;

glib::wrapper! {
Expand Down
2 changes: 2 additions & 0 deletions gdk4-wayland/src/auto/wayland_gl_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkWaylandGLContext")]
pub struct WaylandGLContext(Object<ffi::GdkWaylandGLContext, ffi::GdkWaylandGLContextClass>) @extends gdk::GLContext, gdk::DrawContext;
Expand Down
2 changes: 2 additions & 0 deletions gdk4-wayland/src/auto/wayland_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkWaylandMonitor")]
pub struct WaylandMonitor(Object<ffi::GdkWaylandMonitor, ffi::GdkWaylandMonitorClass>) @extends gdk::Monitor;
Expand Down
2 changes: 1 addition & 1 deletion gdk4-wayland/src/auto/wayland_popup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::WaylandSurface;
use crate::{ffi, WaylandSurface};

glib::wrapper! {
#[doc(alias = "GdkWaylandPopup")]
Expand Down
2 changes: 2 additions & 0 deletions gdk4-wayland/src/auto/wayland_seat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkWaylandSeat")]
pub struct WaylandSeat(Object<ffi::GdkWaylandSeat, ffi::GdkWaylandSeatClass>) @extends gdk::Seat;
Expand Down
2 changes: 2 additions & 0 deletions gdk4-wayland/src/auto/wayland_surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkWaylandSurface")]
pub struct WaylandSurface(Object<ffi::GdkWaylandSurface>) @extends gdk::Surface;
Expand Down
2 changes: 1 addition & 1 deletion gdk4-wayland/src/auto/wayland_toplevel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// DO NOT EDIT
#![allow(deprecated)]

use crate::WaylandSurface;
use crate::{ffi, WaylandSurface};
use glib::translate::*;

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4-wayland/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 839b834456d2)
Generated by gir (https://github.com/gtk-rs/gir @ 3191f1ad2c59)
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)
1 change: 1 addition & 0 deletions gdk4-win32/src/auto/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::translate::*;

#[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Clone, Copy)]
Expand Down
2 changes: 1 addition & 1 deletion gdk4-win32/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 839b834456d2)
Generated by gir (https://github.com/gtk-rs/gir @ 3191f1ad2c59)
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)
2 changes: 1 addition & 1 deletion gdk4-win32/src/auto/win32_display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::Win32HCursor;
use crate::{ffi, Win32HCursor};
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 2 additions & 0 deletions gdk4-win32/src/auto/win32_display_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkWin32DisplayManager")]
pub struct Win32DisplayManager(Object<ffi::GdkWin32DisplayManager, ffi::GdkWin32DisplayManagerClass>) @extends gdk::DisplayManager;
Expand Down
2 changes: 2 additions & 0 deletions gdk4-win32/src/auto/win32_drag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkWin32Drag")]
pub struct Win32Drag(Object<ffi::GdkWin32Drag, ffi::GdkWin32DragClass>) @extends gdk::Drag;
Expand Down
2 changes: 2 additions & 0 deletions gdk4-win32/src/auto/win32_gl_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkWin32GLContext")]
pub struct Win32GLContext(Object<ffi::GdkWin32GLContext, ffi::GdkWin32GLContextClass>) @extends gdk::GLContext, gdk::DrawContext;
Expand Down
1 change: 1 addition & 0 deletions gdk4-win32/src/auto/win32_hcursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
1 change: 1 addition & 0 deletions gdk4-win32/src/auto/win32_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 2 additions & 0 deletions gdk4-win32/src/auto/win32_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkWin32Screen")]
pub struct Win32Screen(Object<ffi::GdkWin32Screen, ffi::GdkWin32ScreenClass>);
Expand Down
1 change: 1 addition & 0 deletions gdk4-win32/src/auto/win32_surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// DO NOT EDIT
#![allow(deprecated)]

use crate::ffi;
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4-win32/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 839b834456d2)
Generated by gir (https://github.com/gtk-rs/gir @ 3191f1ad2c59)
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)
1 change: 1 addition & 0 deletions gdk4-x11/src/auto/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::translate::*;

#[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Clone, Copy)]
Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/src/auto/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::{X11DeviceManagerXI2, X11DeviceXI2, X11Surface};
use crate::{ffi, X11DeviceManagerXI2, X11DeviceXI2, X11Surface};
use glib::translate::*;

#[doc(alias = "gdk_x11_device_get_id")]
Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 839b834456d2)
Generated by gir (https://github.com/gtk-rs/gir @ 3191f1ad2c59)
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)
2 changes: 2 additions & 0 deletions gdk4-x11/src/auto/x11_app_launch_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkX11AppLaunchContext")]
pub struct X11AppLaunchContext(Object<ffi::GdkX11AppLaunchContext, ffi::GdkX11AppLaunchContextClass>) @extends gdk::AppLaunchContext, gio::AppLaunchContext;
Expand Down
1 change: 1 addition & 0 deletions gdk4-x11/src/auto/x11_device_manager_xi2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
1 change: 1 addition & 0 deletions gdk4-x11/src/auto/x11_device_xi2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/src/auto/x11_display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// DO NOT EDIT
#![allow(deprecated)]

use crate::X11Screen;
use crate::{ffi, X11Screen};
use glib::translate::*;

glib::wrapper! {
Expand Down
2 changes: 2 additions & 0 deletions gdk4-x11/src/auto/x11_drag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkX11Drag")]
pub struct X11Drag(Object<ffi::GdkX11Drag, ffi::GdkX11DragClass>) @extends gdk::Drag;
Expand Down
1 change: 1 addition & 0 deletions gdk4-x11/src/auto/x11_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::translate::*;

glib::wrapper! {
Expand Down
1 change: 1 addition & 0 deletions gdk4-x11/src/auto/x11_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::{
prelude::*,
signal::{connect_raw, SignalHandlerId},
Expand Down
1 change: 1 addition & 0 deletions gdk4-x11/src/auto/x11_surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 2 additions & 0 deletions gdk4-x11/src/auto/x11gl_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
#[doc(alias = "GdkX11GLContext")]
pub struct X11GLContext(Object<ffi::GdkX11GLContext, ffi::GdkX11GLContextClass>) @extends gdk::GLContext, gdk::DrawContext;
Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 839b834456d2)
Generated by gir (https://github.com/gtk-rs/gir @ 3191f1ad2c59)
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)
2 changes: 1 addition & 1 deletion gdk4/src/auto/app_launch_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::Display;
use crate::{ffi, Display};
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
1 change: 1 addition & 0 deletions gdk4/src/auto/button_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4/src/auto/cairo_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::DrawContext;
use crate::{ffi, DrawContext};
use glib::translate::*;

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4/src/auto/clipboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::{ContentFormats, ContentProvider, Display, Texture};
use crate::{ffi, ContentFormats, ContentProvider, Display, Texture};
use glib::{
prelude::*,
signal::{connect_raw, SignalHandlerId},
Expand Down
1 change: 1 addition & 0 deletions gdk4/src/auto/content_deserializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::translate::*;

glib::wrapper! {
Expand Down
1 change: 1 addition & 0 deletions gdk4/src/auto/content_formats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::translate::*;

glib::wrapper! {
Expand Down
1 change: 1 addition & 0 deletions gdk4/src/auto/content_formats_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::translate::*;

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4/src/auto/content_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ContentFormats;
use crate::{ffi, ContentFormats};
use glib::{
prelude::*,
signal::{connect_raw, SignalHandlerId},
Expand Down
1 change: 1 addition & 0 deletions gdk4/src/auto/content_serializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::translate::*;

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4/src/auto/crossing_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::{CrossingMode, NotifyType};
use crate::{ffi, CrossingMode, NotifyType};
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4/src/auto/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::Texture;
use crate::{ffi, Texture};
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
1 change: 1 addition & 0 deletions gdk4/src/auto/delete_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::ffi;
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4/src/auto/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::{DeviceTool, Display, InputSource, ModifierType, Seat, Surface};
use crate::{ffi, DeviceTool, Display, InputSource, ModifierType, Seat, Surface};
use glib::{
prelude::*,
signal::{connect_raw, SignalHandlerId},
Expand Down
2 changes: 1 addition & 1 deletion gdk4/src/auto/device_pad.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::{Device, DevicePadFeature};
use crate::{ffi, Device, DevicePadFeature};
use glib::{prelude::*, translate::*};

glib::wrapper! {
Expand Down
2 changes: 1 addition & 1 deletion gdk4/src/auto/device_tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use crate::{AxisFlags, DeviceToolType};
use crate::{ffi, AxisFlags, DeviceToolType};
use glib::translate::*;

glib::wrapper! {
Expand Down
Loading

0 comments on commit a5217af

Please sign in to comment.