This commit is contained in:
Guillaume Gomez 2021-06-21 23:07:45 +02:00
parent 346573875b
commit dfeb777513
190 changed files with 396 additions and 396 deletions

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -313,7 +313,7 @@ impl<O: IsA<AudioBaseSink>> AudioBaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -341,7 +341,7 @@ impl<O: IsA<AudioBaseSink>> AudioBaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -369,7 +369,7 @@ impl<O: IsA<AudioBaseSink>> AudioBaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -397,7 +397,7 @@ impl<O: IsA<AudioBaseSink>> AudioBaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -425,7 +425,7 @@ impl<O: IsA<AudioBaseSink>> AudioBaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -453,7 +453,7 @@ impl<O: IsA<AudioBaseSink>> AudioBaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -481,7 +481,7 @@ impl<O: IsA<AudioBaseSink>> AudioBaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -509,7 +509,7 @@ impl<O: IsA<AudioBaseSink>> AudioBaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -219,7 +219,7 @@ impl<O: IsA<AudioBaseSrc>> AudioBaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -247,7 +247,7 @@ impl<O: IsA<AudioBaseSrc>> AudioBaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -275,7 +275,7 @@ impl<O: IsA<AudioBaseSrc>> AudioBaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -303,7 +303,7 @@ impl<O: IsA<AudioBaseSrc>> AudioBaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -331,7 +331,7 @@ impl<O: IsA<AudioBaseSrc>> AudioBaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -359,7 +359,7 @@ impl<O: IsA<AudioBaseSrc>> AudioBaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(AudioBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -379,7 +379,7 @@ impl<O: IsA<AudioDecoder>> AudioDecoderExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioDecoder::from_glib_borrow(this).unsafe_cast_ref())
f(AudioDecoder::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -407,7 +407,7 @@ impl<O: IsA<AudioDecoder>> AudioDecoderExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioDecoder::from_glib_borrow(this).unsafe_cast_ref())
f(AudioDecoder::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -432,7 +432,7 @@ impl<O: IsA<AudioDecoder>> AudioDecoderExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioDecoder::from_glib_borrow(this).unsafe_cast_ref())
f(AudioDecoder::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -460,7 +460,7 @@ impl<O: IsA<AudioDecoder>> AudioDecoderExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioDecoder::from_glib_borrow(this).unsafe_cast_ref())
f(AudioDecoder::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -394,7 +394,7 @@ impl<O: IsA<AudioEncoder>> AudioEncoderExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioEncoder::from_glib_borrow(this).unsafe_cast_ref())
f(AudioEncoder::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -422,7 +422,7 @@ impl<O: IsA<AudioEncoder>> AudioEncoderExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioEncoder::from_glib_borrow(this).unsafe_cast_ref())
f(AudioEncoder::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -450,7 +450,7 @@ impl<O: IsA<AudioEncoder>> AudioEncoderExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioEncoder::from_glib_borrow(this).unsafe_cast_ref())
f(AudioEncoder::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -478,7 +478,7 @@ impl<O: IsA<AudioEncoder>> AudioEncoderExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AudioEncoder::from_glib_borrow(this).unsafe_cast_ref())
f(AudioEncoder::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -97,7 +97,7 @@ impl<O: IsA<StreamVolume>> StreamVolumeExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&StreamVolume::from_glib_borrow(this).unsafe_cast_ref())
f(StreamVolume::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -122,7 +122,7 @@ impl<O: IsA<StreamVolume>> StreamVolumeExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&StreamVolume::from_glib_borrow(this).unsafe_cast_ref())
f(StreamVolume::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -286,7 +286,7 @@ impl<O: IsA<Aggregator>> AggregatorExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Aggregator::from_glib_borrow(this).unsafe_cast_ref())
f(Aggregator::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -316,7 +316,7 @@ impl<O: IsA<Aggregator>> AggregatorExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Aggregator::from_glib_borrow(this).unsafe_cast_ref())
f(Aggregator::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -344,7 +344,7 @@ impl<O: IsA<Aggregator>> AggregatorExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Aggregator::from_glib_borrow(this).unsafe_cast_ref())
f(Aggregator::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -374,7 +374,7 @@ impl<O: IsA<Aggregator>> AggregatorExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Aggregator::from_glib_borrow(this).unsafe_cast_ref())
f(Aggregator::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -159,7 +159,7 @@ impl<O: IsA<AggregatorPad>> AggregatorPadExt for O {
) {
let f: &F = &*(f as *const F);
f(
&AggregatorPad::from_glib_borrow(this).unsafe_cast_ref(),
AggregatorPad::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(object),
)
}
@ -191,7 +191,7 @@ impl<O: IsA<AggregatorPad>> AggregatorPadExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&AggregatorPad::from_glib_borrow(this).unsafe_cast_ref())
f(AggregatorPad::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -222,7 +222,7 @@ impl<O: IsA<BaseParse>> BaseParseExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseParse::from_glib_borrow(this).unsafe_cast_ref())
f(BaseParse::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -491,7 +491,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -519,7 +519,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -547,7 +547,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -575,7 +575,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -603,7 +603,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -631,7 +631,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -661,7 +661,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -686,7 +686,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -714,7 +714,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -741,7 +741,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -766,7 +766,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -794,7 +794,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -822,7 +822,7 @@ impl<O: IsA<BaseSink>> BaseSinkExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSink::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSink::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -308,7 +308,7 @@ impl<O: IsA<BaseSrc>> BaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -336,7 +336,7 @@ impl<O: IsA<BaseSrc>> BaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -364,7 +364,7 @@ impl<O: IsA<BaseSrc>> BaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -392,7 +392,7 @@ impl<O: IsA<BaseSrc>> BaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(BaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -213,7 +213,7 @@ impl<O: IsA<BaseTransform>> BaseTransformExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&BaseTransform::from_glib_borrow(this).unsafe_cast_ref())
f(BaseTransform::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -222,7 +222,7 @@ impl<O: IsA<ARGBControlBinding>> ARGBControlBindingExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref())
f(ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -250,7 +250,7 @@ impl<O: IsA<ARGBControlBinding>> ARGBControlBindingExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref())
f(ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -278,7 +278,7 @@ impl<O: IsA<ARGBControlBinding>> ARGBControlBindingExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref())
f(ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -306,7 +306,7 @@ impl<O: IsA<ARGBControlBinding>> ARGBControlBindingExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref())
f(ARGBControlBinding::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -132,7 +132,7 @@ impl<O: IsA<DirectControlBinding>> DirectControlBindingExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&DirectControlBinding::from_glib_borrow(this).unsafe_cast_ref())
f(DirectControlBinding::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -91,7 +91,7 @@ impl<O: IsA<InterpolationControlSource>> InterpolationControlSourceExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&InterpolationControlSource::from_glib_borrow(this).unsafe_cast_ref())
f(InterpolationControlSource::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -227,7 +227,7 @@ impl<O: IsA<LFOControlSource>> LFOControlSourceExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -255,7 +255,7 @@ impl<O: IsA<LFOControlSource>> LFOControlSourceExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -280,7 +280,7 @@ impl<O: IsA<LFOControlSource>> LFOControlSourceExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -308,7 +308,7 @@ impl<O: IsA<LFOControlSource>> LFOControlSourceExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -336,7 +336,7 @@ impl<O: IsA<LFOControlSource>> LFOControlSourceExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
f(LFOControlSource::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -125,7 +125,7 @@ impl<O: IsA<TimedValueControlSource>> TimedValueControlSourceExt for O {
) {
let f: &F = &*(f as *const F);
f(
&TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(),
TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(timed_value),
)
}
@ -156,7 +156,7 @@ impl<O: IsA<TimedValueControlSource>> TimedValueControlSourceExt for O {
) {
let f: &F = &*(f as *const F);
f(
&TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(),
TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(timed_value),
)
}
@ -187,7 +187,7 @@ impl<O: IsA<TimedValueControlSource>> TimedValueControlSourceExt for O {
) {
let f: &F = &*(f as *const F);
f(
&TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(),
TimedValueControlSource::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(timed_value),
)
}

View file

@ -94,7 +94,7 @@ impl<O: IsA<TriggerControlSource>> TriggerControlSourceExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TriggerControlSource::from_glib_borrow(this).unsafe_cast_ref())
f(TriggerControlSource::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -238,7 +238,7 @@ impl<O: IsA<Asset>> AssetExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Asset::from_glib_borrow(this).unsafe_cast_ref())
f(Asset::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -260,7 +260,7 @@ impl<O: IsA<Asset>> AssetExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Asset::from_glib_borrow(this).unsafe_cast_ref())
f(Asset::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -536,7 +536,7 @@ impl<O: IsA<Clip>> ClipExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Clip::from_glib_borrow(this).unsafe_cast_ref())
f(Clip::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -558,7 +558,7 @@ impl<O: IsA<Clip>> ClipExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Clip::from_glib_borrow(this).unsafe_cast_ref())
f(Clip::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -583,7 +583,7 @@ impl<O: IsA<Clip>> ClipExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Clip::from_glib_borrow(this).unsafe_cast_ref())
f(Clip::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -173,7 +173,7 @@ impl<O: IsA<Container>> GESContainerExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Container::from_glib_borrow(this).unsafe_cast_ref(),
Container::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(element),
)
}
@ -204,7 +204,7 @@ impl<O: IsA<Container>> GESContainerExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Container::from_glib_borrow(this).unsafe_cast_ref(),
Container::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(element),
)
}
@ -228,7 +228,7 @@ impl<O: IsA<Container>> GESContainerExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Container::from_glib_borrow(this).unsafe_cast_ref())
f(Container::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -210,7 +210,7 @@ impl<O: IsA<Group>> GroupExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Group::from_glib_borrow(this).unsafe_cast_ref())
f(Group::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -232,7 +232,7 @@ impl<O: IsA<Group>> GroupExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Group::from_glib_borrow(this).unsafe_cast_ref())
f(Group::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -254,7 +254,7 @@ impl<O: IsA<Group>> GroupExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Group::from_glib_borrow(this).unsafe_cast_ref())
f(Group::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -276,7 +276,7 @@ impl<O: IsA<Group>> GroupExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Group::from_glib_borrow(this).unsafe_cast_ref())
f(Group::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -298,7 +298,7 @@ impl<O: IsA<Group>> GroupExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Group::from_glib_borrow(this).unsafe_cast_ref())
f(Group::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -355,7 +355,7 @@ impl<O: IsA<Layer>> LayerExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Layer::from_glib_borrow(this).unsafe_cast_ref(),
Layer::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(clip),
)
}
@ -380,7 +380,7 @@ impl<O: IsA<Layer>> LayerExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Layer::from_glib_borrow(this).unsafe_cast_ref(),
Layer::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(clip),
)
}
@ -407,7 +407,7 @@ impl<O: IsA<Layer>> LayerExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Layer::from_glib_borrow(this).unsafe_cast_ref())
f(Layer::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -429,7 +429,7 @@ impl<O: IsA<Layer>> LayerExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Layer::from_glib_borrow(this).unsafe_cast_ref())
f(Layer::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -374,7 +374,7 @@ impl<O: IsA<Pipeline>> GESPipelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref())
f(Pipeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -396,7 +396,7 @@ impl<O: IsA<Pipeline>> GESPipelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref())
f(Pipeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -418,7 +418,7 @@ impl<O: IsA<Pipeline>> GESPipelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref())
f(Pipeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -440,7 +440,7 @@ impl<O: IsA<Pipeline>> GESPipelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref())
f(Pipeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -465,7 +465,7 @@ impl<O: IsA<Pipeline>> GESPipelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref())
f(Pipeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -487,7 +487,7 @@ impl<O: IsA<Pipeline>> GESPipelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Pipeline::from_glib_borrow(this).unsafe_cast_ref())
f(Pipeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -294,7 +294,7 @@ impl<O: IsA<Project>> ProjectExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Project::from_glib_borrow(this).unsafe_cast_ref(),
Project::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(asset),
)
}
@ -322,7 +322,7 @@ impl<O: IsA<Project>> ProjectExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Project::from_glib_borrow(this).unsafe_cast_ref(),
Project::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(asset),
)
}
@ -350,7 +350,7 @@ impl<O: IsA<Project>> ProjectExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Project::from_glib_borrow(this).unsafe_cast_ref(),
Project::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(asset),
)
}
@ -384,7 +384,7 @@ impl<O: IsA<Project>> ProjectExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Project::from_glib_borrow(this).unsafe_cast_ref(),
Project::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(timeline),
&from_glib_borrow(error),
)
@ -420,7 +420,7 @@ impl<O: IsA<Project>> ProjectExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Project::from_glib_borrow(this).unsafe_cast_ref(),
Project::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(error),
&glib::GString::from_glib_borrow(id),
from_glib(extractable_type),
@ -447,7 +447,7 @@ impl<O: IsA<Project>> ProjectExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Project::from_glib_borrow(this).unsafe_cast_ref(),
Project::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(timeline),
)
}
@ -474,7 +474,7 @@ impl<O: IsA<Project>> ProjectExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Project::from_glib_borrow(this).unsafe_cast_ref(),
Project::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(timeline),
)
}
@ -508,7 +508,7 @@ impl<O: IsA<Project>> ProjectExt for O {
) -> *mut libc::c_char {
let f: &F = &*(f as *const F);
f(
&Project::from_glib_borrow(this).unsafe_cast_ref(),
Project::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(error),
&from_glib_borrow(wrong_asset),
)

View file

@ -512,7 +512,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Timeline::from_glib_borrow(this).unsafe_cast_ref())
f(Timeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -538,7 +538,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Timeline::from_glib_borrow(this).unsafe_cast_ref(),
Timeline::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(group),
)
}
@ -570,7 +570,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Timeline::from_glib_borrow(this).unsafe_cast_ref(),
Timeline::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(layer),
)
}
@ -598,7 +598,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Timeline::from_glib_borrow(this).unsafe_cast_ref(),
Timeline::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(layer),
)
}
@ -632,7 +632,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
) -> *mut ffi::GESTrack {
let f: &F = &*(f as *const F);
f(
&Timeline::from_glib_borrow(this).unsafe_cast_ref(),
Timeline::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(clip),
&from_glib_borrow(track_element),
)
@ -671,7 +671,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Timeline::from_glib_borrow(this).unsafe_cast_ref(),
Timeline::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(obj1),
&from_glib_borrow(obj2),
position,
@ -706,7 +706,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Timeline::from_glib_borrow(this).unsafe_cast_ref(),
Timeline::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(obj1),
&from_glib_borrow(obj2),
position,
@ -736,7 +736,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Timeline::from_glib_borrow(this).unsafe_cast_ref(),
Timeline::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(track),
)
}
@ -764,7 +764,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Timeline::from_glib_borrow(this).unsafe_cast_ref(),
Timeline::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(track),
)
}
@ -791,7 +791,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Timeline::from_glib_borrow(this).unsafe_cast_ref())
f(Timeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -813,7 +813,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Timeline::from_glib_borrow(this).unsafe_cast_ref())
f(Timeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -838,7 +838,7 @@ impl<O: IsA<Timeline>> TimelineExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Timeline::from_glib_borrow(this).unsafe_cast_ref())
f(Timeline::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -751,7 +751,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -776,7 +776,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -801,7 +801,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -826,7 +826,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -851,7 +851,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -876,7 +876,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -901,7 +901,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -926,7 +926,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -951,7 +951,7 @@ impl<O: IsA<TimelineElement>> TimelineElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
f(TimelineElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -355,7 +355,7 @@ impl<O: IsA<Track>> GESTrackExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Track::from_glib_borrow(this).unsafe_cast_ref())
f(Track::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -384,7 +384,7 @@ impl<O: IsA<Track>> GESTrackExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Track::from_glib_borrow(this).unsafe_cast_ref(),
Track::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(effect),
)
}
@ -415,7 +415,7 @@ impl<O: IsA<Track>> GESTrackExt for O {
) {
let f: &F = &*(f as *const F);
f(
&Track::from_glib_borrow(this).unsafe_cast_ref(),
Track::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(effect),
)
}
@ -439,7 +439,7 @@ impl<O: IsA<Track>> GESTrackExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Track::from_glib_borrow(this).unsafe_cast_ref())
f(Track::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -463,7 +463,7 @@ impl<O: IsA<Track>> GESTrackExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Track::from_glib_borrow(this).unsafe_cast_ref())
f(Track::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -485,7 +485,7 @@ impl<O: IsA<Track>> GESTrackExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Track::from_glib_borrow(this).unsafe_cast_ref())
f(Track::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -510,7 +510,7 @@ impl<O: IsA<Track>> GESTrackExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&Track::from_glib_borrow(this).unsafe_cast_ref())
f(Track::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -394,7 +394,7 @@ impl<O: IsA<TrackElement>> TrackElementExt for O {
) {
let f: &F = &*(f as *const F);
f(
&TrackElement::from_glib_borrow(this).unsafe_cast_ref(),
TrackElement::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(control_binding),
)
}
@ -425,7 +425,7 @@ impl<O: IsA<TrackElement>> TrackElementExt for O {
) {
let f: &F = &*(f as *const F);
f(
&TrackElement::from_glib_borrow(this).unsafe_cast_ref(),
TrackElement::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(control_binding),
)
}
@ -449,7 +449,7 @@ impl<O: IsA<TrackElement>> TrackElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref())
f(TrackElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -479,7 +479,7 @@ impl<O: IsA<TrackElement>> TrackElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref())
f(TrackElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -506,7 +506,7 @@ impl<O: IsA<TrackElement>> TrackElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref())
f(TrackElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -528,7 +528,7 @@ impl<O: IsA<TrackElement>> TrackElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref())
f(TrackElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -553,7 +553,7 @@ impl<O: IsA<TrackElement>> TrackElementExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TrackElement::from_glib_borrow(this).unsafe_cast_ref())
f(TrackElement::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -91,7 +91,7 @@ impl<O: IsA<TransitionClip>> TransitionClipExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&TransitionClip::from_glib_borrow(this).unsafe_cast_ref())
f(TransitionClip::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -96,7 +96,7 @@ impl<O: IsA<UriClip>> UriClipExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&UriClip::from_glib_borrow(this).unsafe_cast_ref())
f(UriClip::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -118,7 +118,7 @@ impl<O: IsA<UriClip>> UriClipExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&UriClip::from_glib_borrow(this).unsafe_cast_ref())
f(UriClip::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -143,7 +143,7 @@ impl<O: IsA<UriClip>> UriClipExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&UriClip::from_glib_borrow(this).unsafe_cast_ref())
f(UriClip::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -178,7 +178,7 @@ impl<O: IsA<UriClipAsset>> UriClipAssetExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&UriClipAsset::from_glib_borrow(this).unsafe_cast_ref())
f(UriClipAsset::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);
@ -205,7 +205,7 @@ impl<O: IsA<UriClipAsset>> UriClipAssetExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&UriClipAsset::from_glib_borrow(this).unsafe_cast_ref())
f(UriClipAsset::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -94,7 +94,7 @@ impl<O: IsA<GLBaseFilter>> GLBaseFilterExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&GLBaseFilter::from_glib_borrow(this).unsafe_cast_ref())
f(GLBaseFilter::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -79,7 +79,7 @@ impl<O: IsA<GLBaseSrc>> GLBaseSrcExt for O {
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&GLBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
f(GLBaseSrc::from_glib_borrow(this).unsafe_cast_ref())
}
unsafe {
let f: Box_<F> = Box_::new(f);

View file

@ -217,7 +217,7 @@ impl<O: IsA<GLDisplay>> GLDisplayExt for O {
) -> *mut ffi::GstGLContext {
let f: &F = &*(f as *const F);
f(
&GLDisplay::from_glib_borrow(this).unsafe_cast_ref(),
GLDisplay::from_glib_borrow(this).unsafe_cast_ref(),
&from_glib_borrow(context),
)
.to_glib_full()

View file

@ -287,7 +287,7 @@ impl<O: IsA<GLWindow>> GLWindowExt for O {
) {
let f: &F = &*(f as *const F);
f(
&GLWindow::from_glib_borrow(this).unsafe_cast_ref(),
GLWindow::from_glib_borrow(this).unsafe_cast_ref(),
&glib::GString::from_glib_borrow(id),
&glib::GString::from_glib_borrow(key),
)
@ -322,7 +322,7 @@ impl<O: IsA<GLWindow>> GLWindowExt for O {
) {
let f: &F = &*(f as *const F);
f(
&GLWindow::from_glib_borrow(this).unsafe_cast_ref(),
GLWindow::from_glib_borrow(this).unsafe_cast_ref(),
&glib::GString::from_glib_borrow(id),
button,
x,
@ -361,7 +361,7 @@ impl<O: IsA<GLWindow>> GLWindowExt for O {
) {
let f: &F = &*(f as *const F);
f(
&GLWindow::from_glib_borrow(this).unsafe_cast_ref(),
GLWindow::from_glib_borrow(this).unsafe_cast_ref(),
x,
y,
delta_x,

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
// Generated by gir (https://github.com/gtk-rs/gir @ 0d08607)
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// DO NOT EDIT

Some files were not shown because too many files have changed in this diff Show more