Skip to content

Commit c6eb4d3

Browse files
github-actions[bot]bilelmoussaoui
authored andcommitted
Regenerate with latest gir-files
1 parent 7357a7b commit c6eb4d3

File tree

21 files changed

+127
-17
lines changed

21 files changed

+127
-17
lines changed

gdk4-macos/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4-macos/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4-wayland/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4-wayland/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4-win32/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4-win32/src/auto/win32_screen.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// DO NOT EDIT
44

55
use crate::ffi;
6+
use glib::{prelude::*, translate::*};
67

78
glib::wrapper! {
89
#[doc(alias = "GdkWin32Screen")]
@@ -13,4 +14,8 @@ glib::wrapper! {
1314
}
1415
}
1516

16-
impl Win32Screen {}
17+
impl Win32Screen {
18+
pub fn display(&self) -> Option<gdk::Display> {
19+
ObjectExt::property(self, "display")
20+
}
21+
}

gdk4-win32/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4-x11/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4-x11/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4/src/auto/surface.rs

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ pub trait SurfaceExt: IsA<Surface> + 'static {
5757
}
5858
}
5959

60+
#[cfg_attr(feature = "v4_18", deprecated = "Since 4.18")]
61+
#[allow(deprecated)]
6062
#[doc(alias = "gdk_surface_create_cairo_context")]
6163
fn create_cairo_context(&self) -> CairoContext {
6264
unsafe {

gdk4/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gdk4/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gsk4/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

gsk4/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 8245e53156fd)

0 commit comments

Comments
 (0)