Skip to content

Commit e47eca4

Browse files
Regenerate with latest gir/gir-files
1 parent 9c42c4e commit e47eca4

File tree

17 files changed

+15
-13
lines changed

17 files changed

+15
-13
lines changed

gdk4-wayland/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gdk4-wayland/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gdk4-x11/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gdk4-x11/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gdk4/src/auto/display.rs

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ impl Display {
3939

4040
#[doc(alias = "gdk_display_get_default")]
4141
#[doc(alias = "get_default")]
42+
#[allow(clippy::should_implement_trait)]
4243
pub fn default() -> Option<Display> {
4344
assert_initialized_main_thread!();
4445
unsafe { from_glib_none(ffi::gdk_display_get_default()) }

gdk4/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gdk4/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ macro_rules! skip_assert_initialized {
5353

5454
#[allow(clippy::wrong_self_convention)]
5555
#[allow(clippy::upper_case_acronyms)]
56-
#[allow(clippy::should_implement_trait)]
5756
#[allow(unused_imports)]
5857
mod auto;
5958

gdk4/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gir

gsk4/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gsk4/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gtk4/src/auto/paper_size.rs

+1
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ impl PaperSize {
253253

254254
#[doc(alias = "gtk_paper_size_get_default")]
255255
#[doc(alias = "get_default")]
256+
#[allow(clippy::should_implement_trait)]
256257
pub fn default() -> glib::GString {
257258
assert_initialized_main_thread!();
258259
unsafe { from_glib_none(ffi::gtk_paper_size_get_default()) }

gtk4/src/auto/recent_manager.rs

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ impl RecentManager {
3535

3636
#[doc(alias = "gtk_recent_manager_get_default")]
3737
#[doc(alias = "get_default")]
38+
#[allow(clippy::should_implement_trait)]
3839
pub fn default() -> RecentManager {
3940
assert_initialized_main_thread!();
4041
unsafe { from_glib_none(ffi::gtk_recent_manager_get_default()) }

gtk4/src/auto/settings.rs

+1
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ impl Settings {
594594

595595
#[doc(alias = "gtk_settings_get_default")]
596596
#[doc(alias = "get_default")]
597+
#[allow(clippy::should_implement_trait)]
597598
pub fn default() -> Option<Settings> {
598599
assert_initialized_main_thread!();
599600
unsafe { from_glib_none(ffi::gtk_settings_get_default()) }

gtk4/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

gtk4/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ static TEST_THREAD_WORKER: once_cell::sync::Lazy<glib::ThreadPool> =
9898
#[allow(clippy::many_single_char_names)]
9999
#[allow(clippy::upper_case_acronyms)]
100100
#[allow(clippy::type_complexity)]
101-
#[allow(clippy::should_implement_trait)]
102101
#[allow(unused_imports)]
103102
mod auto;
104103

gtk4/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ f0e953c094a5)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 818f714dc796)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 3b6fe0a33676)

0 commit comments

Comments
 (0)