This repository was archived by the owner on Mar 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +34
-16
lines changed Expand file tree Collapse file tree 17 files changed +34
-16
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ impl Results {
110
110
}
111
111
112
112
#[ test]
113
+ #[ cfg( target_os = "linux" ) ]
113
114
fn cross_validate_constants_with_c ( ) {
114
115
let mut c_constants: Vec < ( String , String ) > = Vec :: new ( ) ;
115
116
@@ -150,6 +151,7 @@ fn cross_validate_constants_with_c() {
150
151
}
151
152
152
153
#[ test]
154
+ #[ cfg( target_os = "linux" ) ]
153
155
fn cross_validate_layout_with_c ( ) {
154
156
let mut c_layouts = Vec :: new ( ) ;
155
157
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ impl Results {
110
110
}
111
111
112
112
#[ test]
113
+ #[ cfg( target_os = "linux" ) ]
113
114
fn cross_validate_constants_with_c ( ) {
114
115
let mut c_constants: Vec < ( String , String ) > = Vec :: new ( ) ;
115
116
@@ -150,6 +151,7 @@ fn cross_validate_constants_with_c() {
150
151
}
151
152
152
153
#[ test]
154
+ #[ cfg( target_os = "linux" ) ]
153
155
fn cross_validate_layout_with_c ( ) {
154
156
let mut c_layouts = Vec :: new ( ) ;
155
157
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ glib::wrapper! {
13
13
}
14
14
}
15
15
16
+ impl X11AppLaunchContext { }
17
+
16
18
impl fmt:: Display for X11AppLaunchContext {
17
19
fn fmt ( & self , f : & mut fmt:: Formatter ) -> fmt:: Result {
18
20
f. write_str ( "X11AppLaunchContext" )
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ glib::wrapper! {
13
13
}
14
14
}
15
15
16
+ impl X11DeviceCore { }
17
+
16
18
impl fmt:: Display for X11DeviceCore {
17
19
fn fmt ( & self , f : & mut fmt:: Formatter ) -> fmt:: Result {
18
20
f. write_str ( "X11DeviceCore" )
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ glib::wrapper! {
13
13
}
14
14
}
15
15
16
+ impl X11DisplayManager { }
17
+
16
18
impl fmt:: Display for X11DisplayManager {
17
19
fn fmt ( & self , f : & mut fmt:: Formatter ) -> fmt:: Result {
18
20
f. write_str ( "X11DisplayManager" )
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ glib::wrapper! {
13
13
}
14
14
}
15
15
16
+ impl X11DragContext { }
17
+
16
18
impl fmt:: Display for X11DragContext {
17
19
fn fmt ( & self , f : & mut fmt:: Formatter ) -> fmt:: Result {
18
20
f. write_str ( "X11DragContext" )
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ glib::wrapper! {
13
13
}
14
14
}
15
15
16
+ impl X11Visual { }
17
+
16
18
impl fmt:: Display for X11Visual {
17
19
fn fmt ( & self , f : & mut fmt:: Formatter ) -> fmt:: Result {
18
20
f. write_str ( "X11Visual" )
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ glib::wrapper! {
13
13
}
14
14
}
15
15
16
+ impl X11GLContext { }
17
+
16
18
impl fmt:: Display for X11GLContext {
17
19
fn fmt ( & self , f : & mut fmt:: Formatter ) -> fmt:: Result {
18
20
f. write_str ( "X11GLContext" )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ impl Results {
110
110
}
111
111
112
112
#[ test]
113
+ #[ cfg( target_os = "linux" ) ]
113
114
fn cross_validate_constants_with_c ( ) {
114
115
let mut c_constants: Vec < ( String , String ) > = Vec :: new ( ) ;
115
116
@@ -150,6 +151,7 @@ fn cross_validate_constants_with_c() {
150
151
}
151
152
152
153
#[ test]
154
+ #[ cfg( target_os = "linux" ) ]
153
155
fn cross_validate_layout_with_c ( ) {
154
156
let mut c_layouts = Vec :: new ( ) ;
155
157
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments