Skip to content

Commit 6f9ce07

Browse files
Regenerate with latest gir-files
1 parent ebf5c4f commit 6f9ce07

File tree

28 files changed

+168
-14
lines changed

28 files changed

+168
-14
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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

gdk4-x11/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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

gdk4/src/auto/flags.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ bitflags! {
213213
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
214214
#[doc(alias = "GdkDragAction")]
215215
pub struct DragAction: u32 {
216+
#[cfg(feature = "v4_20")]
217+
#[cfg_attr(docsrs, doc(cfg(feature = "v4_20")))]
218+
#[doc(alias = "GDK_ACTION_NONE")]
219+
const NONE = ffi::GDK_ACTION_NONE as _;
216220
#[doc(alias = "GDK_ACTION_COPY")]
217221
const COPY = ffi::GDK_ACTION_COPY as _;
218222
#[doc(alias = "GDK_ACTION_MOVE")]

gdk4/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 @ 59e3912ac141)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5c1e490fe50a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 24cbe27ccbe6)

0 commit comments

Comments
 (0)