Skip to content

Commit 91e44bc

Browse files
github-actions[bot]bilelmoussaoui
authored andcommitted
Regenerate with latest gir-files
1 parent f88bef9 commit 91e44bc

File tree

29 files changed

+87
-16
lines changed

29 files changed

+87
-16
lines changed

gdk4-macos/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 19e8a2f15e0e)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ be4559caec2b)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 770dd7bbdcd1)

gdk4-macos/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 19e8a2f15e0e)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ be4559caec2b)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 770dd7bbdcd1)

gdk4-wayland/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 19e8a2f15e0e)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ be4559caec2b)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 770dd7bbdcd1)

gdk4-wayland/src/auto/wayland_toplevel.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ impl WaylandToplevel {
2828
}
2929
}
3030

31+
//#[cfg(feature = "v4_20")]
32+
//#[cfg_attr(docsrs, doc(cfg(feature = "v4_20")))]
33+
//#[doc(alias = "gdk_wayland_toplevel_get_xdg_toplevel")]
34+
//#[doc(alias = "get_xdg_toplevel")]
35+
//pub fn xdg_toplevel(&self) -> /*Unimplemented*/Option<Basic: Pointer> {
36+
// unsafe { TODO: call ffi:gdk_wayland_toplevel_get_xdg_toplevel() }
37+
//}
38+
3139
#[doc(alias = "gdk_wayland_toplevel_set_application_id")]
3240
pub fn set_application_id(&self, application_id: &str) {
3341
unsafe {

gdk4-wayland/sys/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ version = "4.16"
4848
[package.metadata.system-deps.gtk4_wayland.v4_18]
4949
version = "4.18"
5050

51+
[package.metadata.system-deps.gtk4_wayland.v4_20]
52+
version = "4.20"
53+
5154
[package.metadata.docs.rs]
5255
rustc-args = ["--cfg", "docsrs"]
5356
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
@@ -62,6 +65,7 @@ v4_10 = ["v4_4"]
6265
v4_12 = ["v4_10"]
6366
v4_16 = ["v4_12"]
6467
v4_18 = ["v4_16"]
68+
v4_20 = ["v4_18"]
6569

6670
[dependencies]
6771
libc = "0.2"

gdk4-wayland/sys/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ extern "C" {
276276
user_data: gpointer,
277277
destroy_func: glib::GDestroyNotify,
278278
) -> gboolean;
279+
#[cfg(feature = "v4_20")]
280+
#[cfg_attr(docsrs, doc(cfg(feature = "v4_20")))]
281+
pub fn gdk_wayland_toplevel_get_xdg_toplevel(toplevel: *mut GdkWaylandToplevel) -> gpointer;
279282
pub fn gdk_wayland_toplevel_set_application_id(
280283
toplevel: *mut GdkWaylandToplevel,
281284
application_id: *const c_char,

gdk4-wayland/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 19e8a2f15e0e)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ be4559caec2b)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 770dd7bbdcd1)

gdk4-win32/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 19e8a2f15e0e)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ be4559caec2b)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 770dd7bbdcd1)

gdk4-win32/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 19e8a2f15e0e)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ be4559caec2b)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 770dd7bbdcd1)

gdk4-x11/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 19e8a2f15e0e)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ be4559caec2b)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 770dd7bbdcd1)

0 commit comments

Comments
 (0)