Skip to content

Commit 065ad4c

Browse files
Regenerate with latest gir
1 parent 1aa8bf2 commit 065ad4c

File tree

16 files changed

+22
-29
lines changed

16 files changed

+22
-29
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 @ c9d6716deb95)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0f2c059e0939)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 615ef8fb32f2)

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 @ c9d6716deb95)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0f2c059e0939)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 615ef8fb32f2)

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 @ c9d6716deb95)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0f2c059e0939)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 615ef8fb32f2)

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 @ c9d6716deb95)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0f2c059e0939)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 615ef8fb32f2)

gdk4-x11/src/auto/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ pub use self::x11_surface::X11Surface;
3232
mod enums;
3333
pub use self::enums::X11DeviceType;
3434

35-
pub mod functions;
35+
pub(crate) mod functions;
3636

37-
#[doc(hidden)]
38-
pub mod builders {
37+
pub(crate) mod builders {
3938
pub use super::x11_device_manager_xi2::X11DeviceManagerXI2Builder;
4039
pub use super::x11_device_xi2::X11DeviceXI2Builder;
4140
}

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 @ c9d6716deb95)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0f2c059e0939)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 615ef8fb32f2)

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 @ c9d6716deb95)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0f2c059e0939)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 615ef8fb32f2)

gdk4/src/auto/mod.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,9 @@ pub use self::flags::ToplevelState;
218218
#[cfg_attr(docsrs, doc(cfg(feature = "v4_6")))]
219219
pub use self::flags::GLAPI;
220220

221-
pub mod functions;
221+
pub(crate) mod functions;
222222

223-
#[doc(hidden)]
224-
pub mod traits {
223+
pub(crate) mod traits {
225224
pub use super::app_launch_context::GdkAppLaunchContextExt;
226225
pub use super::content_provider::ContentProviderExt;
227226
pub use super::device::DeviceExt;
@@ -239,7 +238,6 @@ pub mod traits {
239238
pub use super::texture::TextureExt;
240239
pub use super::toplevel::ToplevelExt;
241240
}
242-
#[doc(hidden)]
243-
pub mod builders {
241+
pub(crate) mod builders {
244242
pub use super::cursor::CursorBuilder;
245243
}

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 @ c9d6716deb95)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0f2c059e0939)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 615ef8fb32f2)

gdk4/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 @ c9d6716deb95)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 0f2c059e0939)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 615ef8fb32f2)

0 commit comments

Comments
 (0)