Skip to content

Commit ac6d377

Browse files
Regenerate with latest gir/gir-files
1 parent c37baaa commit ac6d377

File tree

19 files changed

+43
-29
lines changed

19 files changed

+43
-29
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 @ c063b4567de5)
2-
from gir-files (https://github.com/gtk-rs/gir-files.git @ be810a25c9cc)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9d38245d1165)
2+
from gir-files (https://github.com/gtk-rs/gir-files.git @ 7ebd4478b4a5)

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 @ c063b4567de5)
2-
from gir-files (https://github.com/gtk-rs/gir-files.git @ be810a25c9cc)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9d38245d1165)
2+
from gir-files (https://github.com/gtk-rs/gir-files.git @ 7ebd4478b4a5)

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 @ c063b4567de5)
2-
from gir-files (https://github.com/gtk-rs/gir-files.git @ be810a25c9cc)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9d38245d1165)
2+
from gir-files (https://github.com/gtk-rs/gir-files.git @ 7ebd4478b4a5)

gdk4-x11/src/auto/x11_display.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ glib::wrapper! {
1919

2020
impl X11Display {
2121
//#[doc(alias = "gdk_x11_display_broadcast_startup_message")]
22-
//pub fn broadcast_startup_message(&self, message_type: &str, : /*Unknown conversion*//*Unimplemented*/Fundamental: VarArgs) {
22+
//pub fn broadcast_startup_message(&self, message_type: &str, : /*Unknown conversion*//*Unimplemented*/Basic: VarArgs) {
2323
// unsafe { TODO: call ffi:gdk_x11_display_broadcast_startup_message() }
2424
//}
2525

gdk4-x11/sys/tests/abi.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ impl Results {
110110
}
111111

112112
#[test]
113+
#[cfg(target_os = "linux")]
113114
fn cross_validate_constants_with_c() {
114115
let mut c_constants: Vec<(String, String)> = Vec::new();
115116

@@ -150,6 +151,7 @@ fn cross_validate_constants_with_c() {
150151
}
151152

152153
#[test]
154+
#[cfg(target_os = "linux")]
153155
fn cross_validate_layout_with_c() {
154156
let mut c_layouts = Vec::new();
155157

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 @ c063b4567de5)
2-
from gir-files (https://github.com/gtk-rs/gir-files.git @ be810a25c9cc)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9d38245d1165)
2+
from gir-files (https://github.com/gtk-rs/gir-files.git @ 7ebd4478b4a5)

gdk4/src/auto/toplevel.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub trait ToplevelExt: 'static {
117117
fn set_fullscreen_mode(&self, fullscreen_mode: FullscreenMode);
118118

119119
//#[doc(alias = "icon-list")]
120-
//fn icon_list(&self) -> /*Unimplemented*/Fundamental: Pointer;
120+
//fn icon_list(&self) -> /*Unimplemented*/Basic: Pointer;
121121

122122
fn is_modal(&self) -> bool;
123123

@@ -333,7 +333,7 @@ impl<O: IsA<Toplevel>> ToplevelExt for O {
333333
glib::ObjectExt::set_property(self.as_ref(), "fullscreen-mode", &fullscreen_mode)
334334
}
335335

336-
//fn icon_list(&self) -> /*Unimplemented*/Fundamental: Pointer {
336+
//fn icon_list(&self) -> /*Unimplemented*/Basic: Pointer {
337337
// glib::ObjectExt::property(self.as_ref(), "icon-list")
338338
//}
339339

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 @ c063b4567de5)
2-
from gir-files (https://github.com/gtk-rs/gir-files.git @ be810a25c9cc)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9d38245d1165)
2+
from gir-files (https://github.com/gtk-rs/gir-files.git @ 7ebd4478b4a5)

gdk4/sys/tests/abi.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ impl Results {
110110
}
111111

112112
#[test]
113+
#[cfg(target_os = "linux")]
113114
fn cross_validate_constants_with_c() {
114115
let mut c_constants: Vec<(String, String)> = Vec::new();
115116

@@ -150,6 +151,7 @@ fn cross_validate_constants_with_c() {
150151
}
151152

152153
#[test]
154+
#[cfg(target_os = "linux")]
153155
fn cross_validate_layout_with_c() {
154156
let mut c_layouts = Vec::new();
155157

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 @ c063b4567de5)
2-
from gir-files (https://github.com/gtk-rs/gir-files.git @ be810a25c9cc)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9d38245d1165)
2+
from gir-files (https://github.com/gtk-rs/gir-files.git @ 7ebd4478b4a5)

0 commit comments

Comments
 (0)