gstreamer_editing_services/auto/xml_formatter.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
4// DO NOT EDIT
5
6use crate::{ffi, BaseXmlFormatter, Extractable, Formatter};
7
8glib::wrapper! {
9 ///
10 ///
11 /// # Implements
12 ///
13 /// [`BaseXmlFormatterExt`][trait@crate::prelude::BaseXmlFormatterExt], [`FormatterExt`][trait@crate::prelude::FormatterExt], [`trait@glib::ObjectExt`], [`ExtractableExt`][trait@crate::prelude::ExtractableExt]
14 #[doc(alias = "GESXmlFormatter")]
15 pub struct XmlFormatter(Object<ffi::GESXmlFormatter, ffi::GESXmlFormatterClass>) @extends BaseXmlFormatter, Formatter, @implements Extractable;
16
17 match fn {
18 type_ => || ffi::ges_xml_formatter_get_type(),
19 }
20}
21
22impl XmlFormatter {
23 pub const NONE: Option<&'static XmlFormatter> = None;
24}