gegl 0.4.0

GEGL Rust bindings
Documentation
// Generated by gir (https://github.com/gtk-rs/gir @ 36917718ae60)
// from
// from gir-files (https://github.com/gtk-rs/gir-files @ 4488813a3fc3)
// DO NOT EDIT

use crate::ffi;

glib::wrapper! {
    #[doc(alias = "GeglTileSource")]
    pub struct TileSource(Object<ffi::GeglTileSource, ffi::GeglTileSourceClass>);

    match fn {
        type_ => || ffi::gegl_tile_source_get_type(),
    }
}

impl TileSource {
    pub const NONE: Option<&'static TileSource> = None;
}