Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 80d2076

Browse files
committed
Regenerate
1 parent 07a7f35 commit 80d2076

File tree

17 files changed

+34
-16
lines changed

17 files changed

+34
-16
lines changed

atk/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 @ 78e3d3c22343)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 68003b4b40e5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8a7a13d2c4d)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 75db22efb234)

atk/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

atk/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 @ 78e3d3c22343)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 68003b4b40e5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8a7a13d2c4d)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 75db22efb234)

gdk/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 @ 78e3d3c22343)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 68003b4b40e5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8a7a13d2c4d)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 75db22efb234)

gdk/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

gdk/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 @ 78e3d3c22343)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 68003b4b40e5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8a7a13d2c4d)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 75db22efb234)

gdkx11/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 @ 78e3d3c22343)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 68003b4b40e5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8a7a13d2c4d)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 75db22efb234)

gdkx11/src/auto/x11_app_launch_context.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ glib::wrapper! {
1313
}
1414
}
1515

16+
impl X11AppLaunchContext {}
17+
1618
impl fmt::Display for X11AppLaunchContext {
1719
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1820
f.write_str("X11AppLaunchContext")

gdkx11/src/auto/x11_device_core.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ glib::wrapper! {
1313
}
1414
}
1515

16+
impl X11DeviceCore {}
17+
1618
impl fmt::Display for X11DeviceCore {
1719
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1820
f.write_str("X11DeviceCore")

gdkx11/src/auto/x11_display_manager.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ glib::wrapper! {
1313
}
1414
}
1515

16+
impl X11DisplayManager {}
17+
1618
impl fmt::Display for X11DisplayManager {
1719
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1820
f.write_str("X11DisplayManager")

gdkx11/src/auto/x11_drag_context.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ glib::wrapper! {
1313
}
1414
}
1515

16+
impl X11DragContext {}
17+
1618
impl fmt::Display for X11DragContext {
1719
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1820
f.write_str("X11DragContext")

gdkx11/src/auto/x11_visual.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ glib::wrapper! {
1313
}
1414
}
1515

16+
impl X11Visual {}
17+
1618
impl fmt::Display for X11Visual {
1719
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1820
f.write_str("X11Visual")

gdkx11/src/auto/x11gl_context.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ glib::wrapper! {
1313
}
1414
}
1515

16+
impl X11GLContext {}
17+
1618
impl fmt::Display for X11GLContext {
1719
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1820
f.write_str("X11GLContext")

gdkx11/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 @ 78e3d3c22343)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 68003b4b40e5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8a7a13d2c4d)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 75db22efb234)

gtk/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 @ 78e3d3c22343)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 68003b4b40e5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8a7a13d2c4d)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 75db22efb234)

gtk/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

gtk/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 @ 78e3d3c22343)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 68003b4b40e5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8a7a13d2c4d)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 75db22efb234)

0 commit comments

Comments
 (0)