Update for some more glib-rs API changes

This commit is contained in:
Sebastian Dröge 2018-11-29 00:22:43 +02:00
parent 3febc42628
commit db6a6543b4
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ struct ErrorValue(Arc<Mutex<Option<Error>>>);
impl glib::subclass::boxed::BoxedType for ErrorValue {
const NAME: &'static str = "ErrorValue";
glib_boxed_get_type!();
glib_boxed_type!();
}
#[cfg(feature = "v1_10")]

View file

@ -47,7 +47,7 @@ struct ErrorValue(Arc<Mutex<Option<Error>>>);
impl glib::subclass::boxed::BoxedType for ErrorValue {
const NAME: &'static str = "ErrorValue";
glib_boxed_get_type!();
glib_boxed_type!();
}
#[cfg(feature = "v1_10")]