libbismuth 0.5.0

Rust bindings for libbismuth
Documentation
// 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! {
    #[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;
    
}