use glib::translate::*;
glib::wrapper! {
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct VReader(Boxed<ffi::VReader>);
match fn {
copy => |ptr| glib::gobject_ffi::g_boxed_copy(ffi::spice_smartcard_reader_get_type(), ptr as *mut _) as *mut ffi::VReader,
free => |ptr| glib::gobject_ffi::g_boxed_free(ffi::spice_smartcard_reader_get_type(), ptr as *mut _),
type_ => || ffi::spice_smartcard_reader_get_type(),
}
}