Skip to content

Commit acb4c55

Browse files
Regenerate with latest gir
1 parent e5ac2a6 commit acb4c55

File tree

19 files changed

+165
-25
lines changed

19 files changed

+165
-25
lines changed

gdk4-wayland/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

gdk4-wayland/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

gdk4-win32/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

gdk4-win32/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

gdk4-x11/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

gdk4-x11/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

gdk4/src/auto/display_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl DisplayManager {
4040
}
4141

4242
#[doc(alias = "gdk_display_manager_open_display")]
43-
pub fn open_display(&self, name: &str) -> Option<Display> {
43+
pub fn open_display(&self, name: Option<&str>) -> Option<Display> {
4444
unsafe {
4545
from_glib_none(ffi::gdk_display_manager_open_display(
4646
self.to_glib_none().0,

gdk4/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

gdk4/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

gsk4/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ d48b149bdfcc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ dabd4d36bf2d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ bf8c5e344a73)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 43cac7495ff5)

0 commit comments

Comments
 (0)