mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
Update for some more glib-rs API changes
This commit is contained in:
parent
3febc42628
commit
db6a6543b4
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ struct ErrorValue(Arc<Mutex<Option<Error>>>);
|
||||||
impl glib::subclass::boxed::BoxedType for ErrorValue {
|
impl glib::subclass::boxed::BoxedType for ErrorValue {
|
||||||
const NAME: &'static str = "ErrorValue";
|
const NAME: &'static str = "ErrorValue";
|
||||||
|
|
||||||
glib_boxed_get_type!();
|
glib_boxed_type!();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "v1_10")]
|
#[cfg(feature = "v1_10")]
|
||||||
|
|
|
@ -47,7 +47,7 @@ struct ErrorValue(Arc<Mutex<Option<Error>>>);
|
||||||
impl glib::subclass::boxed::BoxedType for ErrorValue {
|
impl glib::subclass::boxed::BoxedType for ErrorValue {
|
||||||
const NAME: &'static str = "ErrorValue";
|
const NAME: &'static str = "ErrorValue";
|
||||||
|
|
||||||
glib_boxed_get_type!();
|
glib_boxed_type!();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "v1_10")]
|
#[cfg(feature = "v1_10")]
|
||||||
|
|
Loading…
Reference in a new issue