Skip to content

Commit 8df8bd6

Browse files
Regenerate with latest gir
1 parent 83555a1 commit 8df8bd6

File tree

18 files changed

+44
-12
lines changed

18 files changed

+44
-12
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 @ 68044d02c2a3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9ebc44374393)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

gdk4-wayland/sys/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
)]
1212
#![cfg_attr(docsrs, feature(doc_cfg))]
1313

14+
use glib_sys as glib;
15+
1416
#[allow(unused_imports)]
1517
use libc::{
1618
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,

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 @ 68044d02c2a3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9ebc44374393)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

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 @ 68044d02c2a3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9ebc44374393)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

gdk4-win32/sys/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
)]
1212
#![cfg_attr(docsrs, feature(doc_cfg))]
1313

14+
use gdk4_sys as gdk;
15+
use glib_sys as glib;
16+
1417
#[allow(unused_imports)]
1518
use libc::{
1619
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,

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 @ 68044d02c2a3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9ebc44374393)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

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 @ 68044d02c2a3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9ebc44374393)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

gdk4-x11/sys/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
)]
1212
#![cfg_attr(docsrs, feature(doc_cfg))]
1313

14+
use gdk4_sys as gdk;
15+
use glib_sys as glib;
16+
1417
#[allow(unused_imports)]
1518
use libc::{
1619
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,

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 @ 68044d02c2a3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9ebc44374393)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

gdk4/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 @ 68044d02c2a3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 9ebc44374393)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

0 commit comments

Comments
 (0)