// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files
// DO NOT EDIT
use crate::{ffi};
glib::wrapper! {
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct DiffItem(Shared<ffi::OstreeDiffItem>);
match fn {
ref => |ptr| ffi::ostree_diff_item_ref(ptr),
unref => |ptr| ffi::ostree_diff_item_unref(ptr),
type_ => || ffi::ostree_diff_item_get_type(),
}
}