// This file was generated by gir (https://github.com/gtk-rs/gir)
// from
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use crate::{Contextual, Object, ffi};
glib::wrapper! {
#[doc(alias = "MirageCdTextCoder")]
pub struct CdTextCoder(Object<ffi::MirageCdTextCoder, ffi::MirageCdTextCoderClass>) @extends Object, @implements Contextual;
match fn {
type_ => || ffi::mirage_cdtext_coder_get_type(),
}
}
impl CdTextCoder {
pub const NONE: Option<&'static CdTextCoder> = None;
}