diff --git a/examples/src/bin/decodebin.rs b/examples/src/bin/decodebin.rs index cbfceb257..efb707f52 100644 --- a/examples/src/bin/decodebin.rs +++ b/examples/src/bin/decodebin.rs @@ -44,7 +44,7 @@ struct ErrorValue(Arc>>); impl glib::subclass::boxed::BoxedType for ErrorValue { const NAME: &'static str = "ErrorValue"; - glib_boxed_get_type!(); + glib_boxed_type!(); } #[cfg(feature = "v1_10")] diff --git a/examples/src/bin/encodebin.rs b/examples/src/bin/encodebin.rs index 2ae0b5b38..213457394 100644 --- a/examples/src/bin/encodebin.rs +++ b/examples/src/bin/encodebin.rs @@ -47,7 +47,7 @@ struct ErrorValue(Arc>>); impl glib::subclass::boxed::BoxedType for ErrorValue { const NAME: &'static str = "ErrorValue"; - glib_boxed_get_type!(); + glib_boxed_type!(); } #[cfg(feature = "v1_10")]