Skip to content

Commit a491ef8

Browse files
gdk-pixbuf: Correct PixbufAnimationIter definition
1 parent 93e36b8 commit a491ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdk-pixbuf/src/pixbuf_animation_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::time::SystemTime;
77

88
glib::wrapper! {
99
#[doc(alias = "GdkPixbufAnimationIter")]
10-
pub struct PixbufAnimationIter(Object<ffi::GdkPixbufAnimationIter>);
10+
pub struct PixbufAnimationIter(Object<ffi::GdkPixbufAnimationIter, ffi::GdkPixbufAnimationIterClass>);
1111

1212
match fn {
1313
type_ => || ffi::gdk_pixbuf_animation_iter_get_type(),

0 commit comments

Comments
 (0)