Skip to content

Commit 09b18f2

Browse files
Regenerate with latest gir
1 parent 94cce1a commit 09b18f2

File tree

232 files changed

+302
-243
lines changed

Some content is hidden

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

232 files changed

+302
-243
lines changed

gdk-pixbuf/src/auto/enums.rs

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

5+
use crate::ffi;
56
use glib::{prelude::*, translate::*};
67

78
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Clone, Copy)]

gdk-pixbuf/src/auto/flags.rs

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

5+
use crate::ffi;
56
use glib::{bitflags::bitflags, translate::*};
67

78
bitflags! {

gdk-pixbuf/src/auto/pixbuf.rs

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

5-
use crate::{Colorspace, InterpType, PixbufFormat, PixbufRotation};
5+
use crate::{ffi, Colorspace, InterpType, PixbufFormat, PixbufRotation};
66
use glib::{prelude::*, translate::*};
77

88
glib::wrapper! {

gdk-pixbuf/src/auto/pixbuf_animation.rs

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

5-
use crate::Pixbuf;
5+
use crate::{ffi, Pixbuf};
66
use glib::{prelude::*, translate::*};
77
use std::{boxed::Box as Box_, pin::Pin};
88

gdk-pixbuf/src/auto/pixbuf_format.rs

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

5+
use crate::ffi;
56
use glib::translate::*;
67

78
glib::wrapper! {

gdk-pixbuf/src/auto/pixbuf_loader.rs

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

5-
use crate::{Pixbuf, PixbufAnimation, PixbufFormat};
5+
use crate::{ffi, Pixbuf, PixbufAnimation, PixbufFormat};
66
use glib::{
77
prelude::*,
88
signal::{connect_raw, SignalHandlerId},

gdk-pixbuf/src/auto/pixbuf_non_anim.rs

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

5-
use crate::{Pixbuf, PixbufAnimation};
5+
use crate::{ffi, Pixbuf, PixbufAnimation};
66
use glib::{prelude::*, translate::*};
77

88
glib::wrapper! {

gdk-pixbuf/src/auto/pixbuf_simple_anim.rs

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

5-
use crate::{Pixbuf, PixbufAnimation};
5+
use crate::{ffi, Pixbuf, PixbufAnimation};
66
use glib::{
77
prelude::*,
88
signal::{connect_raw, SignalHandlerId},

gdk-pixbuf/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 @ 1ebe20c349d3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 6a8847ce15a5)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)

gdk-pixbuf/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 @ 1ebe20c349d3)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 6a8847ce15a5)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 74aa91d9063d)

0 commit comments

Comments
 (0)