Skip to content

Commit 4428a73

Browse files
github-actions[bot]bilelmoussaoui
authored andcommitted
Regenerate with latest gir-files
1 parent ba67712 commit 4428a73

File tree

22 files changed

+183
-17
lines changed

22 files changed

+183
-17
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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

gdk4/src/auto/surface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ pub trait SurfaceExt: IsA<Surface> + 'static {
249249
}
250250

251251
#[doc(alias = "gdk_surface_set_input_region")]
252-
fn set_input_region(&self, region: &cairo::Region) {
252+
fn set_input_region(&self, region: Option<&cairo::Region>) {
253253
unsafe {
254254
ffi::gdk_surface_set_input_region(
255255
self.as_ref().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 @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

0 commit comments

Comments
 (0)