ostree 0.20.5

Rust bindings for libostree
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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(),
    }
}