Skip to content

Commit d0fe25e

Browse files
github-actions[bot]bilelmoussaoui
authored andcommitted
Regenerate with latest gir-files
1 parent 42963c1 commit d0fe25e

File tree

25 files changed

+665
-14
lines changed

25 files changed

+665
-14
lines changed

gdk4-macos/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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

gdk4-macos/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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

gdk4/src/auto/cairo_context.rs

Lines changed: 3 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::{ffi, DrawContext};
67
use glib::translate::*;
@@ -15,6 +16,8 @@ glib::wrapper! {
1516
}
1617

1718
impl CairoContext {
19+
#[cfg_attr(feature = "v4_18", deprecated = "Since 4.18")]
20+
#[allow(deprecated)]
1821
#[doc(alias = "gdk_cairo_context_cairo_create")]
1922
pub fn cairo_create(&self) -> Option<cairo::Context> {
2023
unsafe { from_glib_full(ffi::gdk_cairo_context_cairo_create(self.to_glib_none().0)) }

gdk4/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 @ 5ce24253f28c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)

0 commit comments

Comments
 (0)