// This file was generated by gir (https://github.com/gtk-rs/gir)
// from
// from gir-files (https://github.com/gtk-rs/gir-files.git)
// DO NOT EDIT
use crate::ffi;
glib::wrapper! {
/// Represents a value [`Animation`][crate::Animation] can animate.
///
/// This is an Abstract Base Class, you cannot instantiate it.
///
/// # Implements
///
/// [`trait@glib::ObjectExt`]
#[doc(alias = "BisAnimationTarget")]
pub struct AnimationTarget(Object<ffi::BisAnimationTarget, ffi::BisAnimationTargetClass>);
match fn {
type_ => || ffi::bis_animation_target_get_type(),
}
}
impl AnimationTarget {
pub const NONE: Option<&'static AnimationTarget> = None;
}