gstreamer-rs/gstreamer-gl/src
Marijn Suijten 827ff99965 lib: Only export traits (Ext and ExtManual) from prelude
In gir it was brought up [1] that some traits (in particular
`*ExtManual`) are exported from the crate root in addition to the
prelude, cluttering the environment unnecessarily.  This commit removes
all these reexports, leaving those in prelude (that were already there)
only.

After this commit everything matching `Ext(Manual)?\b` in `lib.rs` sits
within `pub mod prelude {};`.

[1]: https://github.com/gtk-rs/gir/pull/1111
2021-04-26 11:25:23 +02:00
..
auto Regenerate with latest gir 2021-04-25 14:45:01 +03:00
subclass gl/gir: Configure generation for GLFilter with miniobject quirks 2021-04-17 07:54:40 +00:00
caps_features.rs Fix license header situation 2020-12-15 11:53:31 +01:00
context.rs fix-getters-{def,calls} pass 2021-04-13 17:54:40 +02:00
gl_base_memory.rs gl/gl_base_memory: Provide manual GLBaseMemory miniobject implementation 2021-04-17 07:54:40 +00:00
gl_context.rs fix-getters-def 0.3.0 pass 2021-04-20 18:18:02 +02:00
gl_display.rs Fix license header situation 2020-12-15 11:53:31 +01:00
gl_memory.rs gl/gl_memory: Provide manual miniobject implementation 2021-04-17 07:54:40 +00:00
gl_sync_meta.rs fix-getters-def 0.3.0 pass 2021-04-20 18:18:02 +02:00
gl_video_frame.rs fix-getters-calls 0.3.0 pass 2021-04-20 18:18:02 +02:00
lib.rs lib: Only export traits (Ext and ExtManual) from prelude 2021-04-26 11:25:23 +02:00