gstreamer-rs/gstreamer/src/subclass
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
..
bin.rs fix-getters-{def,calls} pass 2021-04-13 17:54:40 +02:00
child_proxy.rs subclass: remove get prefix where applicable 2021-04-20 18:18:02 +02:00
clock.rs subclass: remove get prefix where applicable 2021-04-20 18:18:02 +02:00
device.rs fix-getters-{def,calls} pass 2021-04-13 17:54:40 +02:00
device_provider.rs fix-getters-{def,calls} pass 2021-04-13 17:54:40 +02:00
element.rs fix-getters-calls 0.3.0 pass 2021-04-20 18:18:02 +02:00
error.rs lib: Only export traits (Ext and ExtManual) from prelude 2021-04-26 11:25:23 +02:00
ghost_pad.rs Update for the subclassing glib bindings API changes 2021-03-09 16:04:32 +02:00
mod.rs Re-export interface ImplExt traits from the preludes 2021-03-14 14:06:30 +02:00
pad.rs fix-getters-{def,calls} pass 2021-04-13 17:54:40 +02:00
pipeline.rs Store panic information not in a custom instance struct but in the instance data provided by the subclassing infrastructure 2021-03-09 16:36:35 +02:00
plugin_1_12.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
plugin_1_14.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
preset.rs Update for glib interface API changes 2021-03-14 10:45:52 +02:00
system_clock.rs Update for the subclassing glib bindings API changes 2021-03-09 16:04:32 +02:00
tag_setter.rs Update for glib interface API changes 2021-03-14 10:45:52 +02:00
uri_handler.rs subclass: remove get prefix where applicable 2021-04-20 18:18:02 +02:00