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

Commit e276298

Browse files
committed
Regenerate with latest gir
1 parent d2a94a7 commit e276298

File tree

149 files changed

+36
-199
lines changed

Some content is hidden

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

149 files changed

+36
-199
lines changed

atk/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 @ 54e116a11822)
1+
Generated by gir (https://github.com/gtk-rs/gir @ b5068ede6c51)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 7ebd4478b4a5)

atk/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 @ 54e116a11822)
1+
Generated by gir (https://github.com/gtk-rs/gir @ b5068ede6c51)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 7ebd4478b4a5)

gdk/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 @ 54e116a11822)
1+
Generated by gir (https://github.com/gtk-rs/gir @ b5068ede6c51)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 7ebd4478b4a5)

gdk/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 @ 54e116a11822)
1+
Generated by gir (https://github.com/gtk-rs/gir @ b5068ede6c51)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 7ebd4478b4a5)

gdkx11/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 @ 54e116a11822)
1+
Generated by gir (https://github.com/gtk-rs/gir @ b5068ede6c51)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 7ebd4478b4a5)

gdkx11/src/auto/x11_device_manager_xi2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ impl X11DeviceManagerXI2Builder {
8080
properties.push(("display", display));
8181
}
8282
glib::Object::new::<X11DeviceManagerXI2>(&properties)
83-
.expect("Failed to create an instance of X11DeviceManagerXI2")
8483
}
8584

8685
pub fn major(mut self, major: i32) -> Self {

gdkx11/src/auto/x11_device_xi2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ impl X11DeviceXI2Builder {
9292
properties.push(("vendor-id", vendor_id));
9393
}
9494
glib::Object::new::<X11DeviceXI2>(&properties)
95-
.expect("Failed to create an instance of X11DeviceXI2")
9695
}
9796

9897
pub fn device_id(mut self, device_id: i32) -> Self {

gdkx11/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 @ 54e116a11822)
1+
Generated by gir (https://github.com/gtk-rs/gir @ b5068ede6c51)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 7ebd4478b4a5)

gtk/src/auto/about_dialog.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ impl AboutDialogBuilder {
396396
properties.push(("width-request", width_request));
397397
}
398398
glib::Object::new::<AboutDialog>(&properties)
399-
.expect("Failed to create an instance of AboutDialog")
400399
}
401400

402401
pub fn artists(mut self, artists: Vec<String>) -> Self {

gtk/src/auto/accel_label.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ impl AccelLabel {
5353
impl Default for AccelLabel {
5454
fn default() -> Self {
5555
glib::object::Object::new::<Self>(&[])
56-
.expect("Can't construct AccelLabel object with default parameters")
5756
}
5857
}
5958

@@ -291,7 +290,6 @@ impl AccelLabelBuilder {
291290
properties.push(("width-request", width_request));
292291
}
293292
glib::Object::new::<AccelLabel>(&properties)
294-
.expect("Failed to create an instance of AccelLabel")
295293
}
296294

297295
pub fn accel_closure(mut self, accel_closure: &glib::Closure) -> Self {

0 commit comments

Comments
 (0)