Skip to content

Commit 77a76c6

Browse files
Regenerate with latest gir
1 parent 78b371a commit 77a76c6

File tree

103 files changed

+1051
-1033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1051
-1033
lines changed

gdk4-wayland/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3a2fdae0a42b)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c659c2b21954)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 744be9fbbbed)

gdk4-wayland/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3a2fdae0a42b)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c659c2b21954)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 744be9fbbbed)

gdk4-win32/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3a2fdae0a42b)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c659c2b21954)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 744be9fbbbed)

gdk4-win32/src/auto/win32_hcursor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ glib::wrapper! {
1616

1717
impl Win32HCursor {
1818
pub fn is_destroyable(&self) -> bool {
19-
glib::ObjectExt::property(self, "destroyable")
19+
ObjectExt::property(self, "destroyable")
2020
}
2121

2222
pub fn display(&self) -> Option<gdk::Display> {
23-
glib::ObjectExt::property(self, "display")
23+
ObjectExt::property(self, "display")
2424
}
2525
}
2626

gdk4-win32/sys/tests/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
#![cfg(target_os = "linux")]
5+
#![cfg(unix)]
66

77
use gdk4_win32_sys::*;
88
use std::env;

gdk4-win32/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3a2fdae0a42b)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c659c2b21954)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 744be9fbbbed)

gdk4-x11/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3a2fdae0a42b)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c659c2b21954)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 744be9fbbbed)

gdk4-x11/src/auto/x11_device_manager_xi2.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ impl X11DeviceManagerXI2 {
2424
}
2525

2626
pub fn display(&self) -> Option<gdk::Display> {
27-
glib::ObjectExt::property(self, "display")
27+
ObjectExt::property(self, "display")
2828
}
2929

3030
pub fn major(&self) -> i32 {
31-
glib::ObjectExt::property(self, "major")
31+
ObjectExt::property(self, "major")
3232
}
3333

3434
pub fn minor(&self) -> i32 {
35-
glib::ObjectExt::property(self, "minor")
35+
ObjectExt::property(self, "minor")
3636
}
3737

3838
pub fn opcode(&self) -> i32 {
39-
glib::ObjectExt::property(self, "opcode")
39+
ObjectExt::property(self, "opcode")
4040
}
4141
}
4242

gdk4-x11/src/auto/x11_device_xi2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl X11DeviceXI2 {
2525

2626
#[doc(alias = "device-id")]
2727
pub fn device_id(&self) -> i32 {
28-
glib::ObjectExt::property(self, "device-id")
28+
ObjectExt::property(self, "device-id")
2929
}
3030
}
3131

gdk4-x11/sys/tests/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
#![cfg(target_os = "linux")]
5+
#![cfg(unix)]
66

77
use gdk4_x11_sys::*;
88
use std::env;

0 commit comments

Comments
 (0)