Skip to content

Commit 9ec5b91

Browse files
Regenerate with latest gir
1 parent 9b5e16c commit 9ec5b91

File tree

115 files changed

+1064
-1064
lines changed

Some content is hidden

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

115 files changed

+1064
-1064
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 @ 8a280cee2cbb)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8aeb47d4dd4)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202)

gdk4-wayland/sys/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,15 @@ extern "C" {
181181
pub fn gdk_wayland_device_get_wl_keyboard(device: *mut GdkWaylandDevice) -> gpointer;
182182
pub fn gdk_wayland_device_get_wl_pointer(device: *mut GdkWaylandDevice) -> gpointer;
183183
pub fn gdk_wayland_device_get_wl_seat(device: *mut GdkWaylandDevice) -> gpointer;
184-
#[cfg(any(feature = "v4_4", docsrs))]
184+
#[cfg(feature = "v4_4")]
185185
#[cfg_attr(docsrs, doc(cfg(feature = "v4_4")))]
186186
pub fn gdk_wayland_device_get_xkb_keymap(device: *mut GdkWaylandDevice) -> gpointer;
187187

188188
//=========================================================================
189189
// GdkWaylandDisplay
190190
//=========================================================================
191191
pub fn gdk_wayland_display_get_type() -> GType;
192-
#[cfg(any(feature = "v4_4", docsrs))]
192+
#[cfg(feature = "v4_4")]
193193
#[cfg_attr(docsrs, doc(cfg(feature = "v4_4")))]
194194
pub fn gdk_wayland_display_get_egl_display(display: *mut GdkWaylandDisplay) -> gpointer;
195195
pub fn gdk_wayland_display_get_startup_notification_id(

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 @ 8a280cee2cbb)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8aeb47d4dd4)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202)

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 @ 8a280cee2cbb)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8aeb47d4dd4)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202)

gdk4-win32/sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ extern "C" {
224224
function: GdkWin32MessageFilterFunc,
225225
data: gpointer,
226226
);
227-
#[cfg(any(feature = "v4_4", docsrs))]
227+
#[cfg(feature = "v4_4")]
228228
#[cfg_attr(docsrs, doc(cfg(feature = "v4_4")))]
229229
pub fn gdk_win32_display_get_egl_display(display: *mut GdkWin32Display) -> gpointer;
230230
pub fn gdk_win32_display_get_win32hcursor(

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 @ 8a280cee2cbb)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8aeb47d4dd4)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202)

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 @ 8a280cee2cbb)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8aeb47d4dd4)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202)

gdk4-x11/src/auto/x11_display.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl X11Display {
5151
}
5252
}
5353

54-
#[cfg(any(feature = "v4_4", docsrs))]
54+
#[cfg(feature = "v4_4")]
5555
#[cfg_attr(docsrs, doc(cfg(feature = "v4_4")))]
5656
#[doc(alias = "gdk_x11_display_get_egl_version")]
5757
#[doc(alias = "get_egl_version")]

gdk4-x11/sys/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ extern "C" {
251251
pub fn gdk_x11_display_error_trap_pop_ignored(display: *mut GdkX11Display);
252252
pub fn gdk_x11_display_error_trap_push(display: *mut GdkX11Display);
253253
pub fn gdk_x11_display_get_default_group(display: *mut GdkX11Display) -> *mut gdk::GdkSurface;
254-
#[cfg(any(feature = "v4_4", docsrs))]
254+
#[cfg(feature = "v4_4")]
255255
#[cfg_attr(docsrs, doc(cfg(feature = "v4_4")))]
256256
pub fn gdk_x11_display_get_egl_display(display: *mut GdkX11Display) -> gpointer;
257-
#[cfg(any(feature = "v4_4", docsrs))]
257+
#[cfg(feature = "v4_4")]
258258
#[cfg_attr(docsrs, doc(cfg(feature = "v4_4")))]
259259
pub fn gdk_x11_display_get_egl_version(
260260
display: *mut GdkX11Display,

gdk4-x11/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 @ 8a280cee2cbb)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c8aeb47d4dd4)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 1254daed0202)

0 commit comments

Comments
 (0)