| 1 | // Take a look at the license at the top of the repository in the LICENSE file. |
|---|---|
| 2 | |
| 3 | use glib::subclass::prelude::*; |
| 4 | |
| 5 | pub trait GstObjectImpl: ObjectImpl {} |
| 6 | |
| 7 | unsafe impl<T: GstObjectImpl> IsSubclassable<T> for crate::Object {} |
| 8 |
| 1 | // Take a look at the license at the top of the repository in the LICENSE file. |
|---|---|
| 2 | |
| 3 | use glib::subclass::prelude::*; |
| 4 | |
| 5 | pub trait GstObjectImpl: ObjectImpl {} |
| 6 | |
| 7 | unsafe impl<T: GstObjectImpl> IsSubclassable<T> for crate::Object {} |
| 8 |