Skip to content

Commit 6e6368f

Browse files
Regenerate with latest gir-files
1 parent 411058b commit 6e6368f

Some content is hidden

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

47 files changed

+1407
-17
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 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 975b607c860d)

gdk4-wayland/src/auto/wayland_display.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This file was generated by gir (https://github.com/gtk-rs/gir)
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
4+
#![allow(deprecated)]
45

56
use glib::translate::*;
67
use std::fmt;
@@ -15,6 +16,8 @@ glib::wrapper! {
1516
}
1617

1718
impl WaylandDisplay {
19+
#[cfg_attr(feature = "v4_10", deprecated = "Since 4.10")]
20+
#[allow(deprecated)]
1821
#[doc(alias = "gdk_wayland_display_get_startup_notification_id")]
1922
#[doc(alias = "get_startup_notification_id")]
2023
pub fn startup_notification_id(&self) -> Option<glib::GString> {
@@ -46,6 +49,8 @@ impl WaylandDisplay {
4649
}
4750
}
4851

52+
#[cfg_attr(feature = "v4_10", deprecated = "Since 4.10")]
53+
#[allow(deprecated)]
4954
#[doc(alias = "gdk_wayland_display_set_startup_notification_id")]
5055
pub fn set_startup_notification_id(&self, startup_id: &str) {
5156
unsafe {

gdk4-wayland/sys/versions.txt

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

gdk4-win32/src/auto/versions.txt

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

gdk4-win32/sys/versions.txt

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

gdk4-x11/src/auto/versions.txt

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

gdk4-x11/src/auto/x11_display.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This file was generated by gir (https://github.com/gtk-rs/gir)
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
4+
#![allow(deprecated)]
45

56
use crate::X11Screen;
67
use glib::translate::*;
@@ -106,6 +107,8 @@ impl X11Display {
106107
unsafe { from_glib_none(ffi::gdk_x11_display_get_screen(self.to_glib_none().0)) }
107108
}
108109

110+
#[cfg_attr(feature = "v4_10", deprecated = "Since 4.10")]
111+
#[allow(deprecated)]
109112
#[doc(alias = "gdk_x11_display_get_startup_notification_id")]
110113
#[doc(alias = "get_startup_notification_id")]
111114
pub fn startup_notification_id(&self) -> glib::GString {
@@ -140,6 +143,8 @@ impl X11Display {
140143
}
141144
}
142145

146+
#[cfg_attr(feature = "v4_10", deprecated = "Since 4.10")]
147+
#[allow(deprecated)]
143148
#[doc(alias = "gdk_x11_display_set_startup_notification_id")]
144149
pub fn set_startup_notification_id(&self, startup_id: &str) {
145150
unsafe {

gdk4-x11/sys/versions.txt

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

gdk4/src/auto/display.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ pub trait DisplayExt: 'static {
9797
#[doc(alias = "get_primary_clipboard")]
9898
fn primary_clipboard(&self) -> Clipboard;
9999

100+
#[cfg_attr(feature = "v4_10", deprecated = "Since 4.10")]
101+
#[allow(deprecated)]
100102
#[doc(alias = "gdk_display_get_startup_notification_id")]
101103
#[doc(alias = "get_startup_notification_id")]
102104
fn startup_notification_id(&self) -> Option<glib::GString>;
@@ -258,6 +260,7 @@ impl<O: IsA<Display>> DisplayExt for O {
258260
}
259261
}
260262

263+
#[allow(deprecated)]
261264
fn startup_notification_id(&self) -> Option<glib::GString> {
262265
unsafe {
263266
from_glib_none(ffi::gdk_display_get_startup_notification_id(

gdk4/src/auto/mod.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ pub use self::rgba::RGBA;
159159
mod rectangle;
160160
pub use self::rectangle::Rectangle;
161161

162+
#[cfg(any(feature = "v4_10", feature = "dox"))]
163+
#[cfg_attr(feature = "dox", doc(cfg(feature = "v4_10")))]
164+
mod texture_downloader;
165+
#[cfg(any(feature = "v4_10", feature = "dox"))]
166+
#[cfg_attr(feature = "dox", doc(cfg(feature = "v4_10")))]
167+
pub use self::texture_downloader::TextureDownloader;
168+
162169
mod toplevel_layout;
163170
pub use self::toplevel_layout::ToplevelLayout;
164171

0 commit comments

Comments
 (0)