Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 65276d6

Browse files
Merge pull request #799 from GuillaumeGomez/regen
Regenerate with latest gir
2 parents 0f30c7e + fa742f5 commit 65276d6

File tree

285 files changed

+28616
-45999
lines changed

Some content is hidden

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

285 files changed

+28616
-45999
lines changed

atk/src/auto/action.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
use glib::object::IsA;
6-
use glib::translate::*;
5+
use glib::{prelude::*, translate::*};
76
use std::fmt;
87

98
glib::wrapper! {

atk/src/auto/component.rs

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
use crate::CoordType;
6-
use crate::Layer;
7-
use crate::Object;
8-
use crate::Rectangle;
95
#[cfg(any(feature = "v2_30", feature = "dox"))]
106
#[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
117
use crate::ScrollType;
12-
use glib::object::Cast;
13-
use glib::object::IsA;
14-
use glib::signal::connect_raw;
15-
use glib::signal::SignalHandlerId;
16-
use glib::translate::*;
17-
use std::boxed::Box as Box_;
18-
use std::fmt;
19-
use std::mem;
20-
use std::mem::transmute;
8+
use crate::{CoordType, Layer, Object, Rectangle};
9+
use glib::{
10+
prelude::*,
11+
signal::{connect_raw, SignalHandlerId},
12+
translate::*,
13+
};
14+
use std::{boxed::Box as Box_, fmt, mem, mem::transmute};
2115

2216
glib::wrapper! {
2317
#[doc(alias = "AtkComponent")]

atk/src/auto/document.rs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
use glib::object::Cast;
6-
use glib::object::IsA;
7-
use glib::signal::connect_raw;
8-
use glib::signal::SignalHandlerId;
9-
use glib::translate::*;
10-
use std::boxed::Box as Box_;
11-
use std::fmt;
12-
use std::mem::transmute;
5+
use glib::{
6+
prelude::*,
7+
signal::{connect_raw, SignalHandlerId},
8+
translate::*,
9+
};
10+
use std::{boxed::Box as Box_, fmt, mem::transmute};
1311

1412
glib::wrapper! {
1513
#[doc(alias = "AtkDocument")]

atk/src/auto/editable_text.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
44

5-
use glib::object::IsA;
6-
use glib::translate::*;
5+
use glib::{prelude::*, translate::*};
76
use std::fmt;
87

98
glib::wrapper! {

0 commit comments

Comments
 (0)