// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
glib::wrapper! {
/// [`EventSequence`][crate::EventSequence] is an opaque type representing a sequence
/// of related touch events.
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct EventSequence(Boxed<ffi::GdkEventSequence>);
match fn {
copy => |ptr| glib::gobject_ffi::g_boxed_copy(ffi::gdk_event_sequence_get_type(), ptr as *mut _) as *mut ffi::GdkEventSequence,
free => |ptr| glib::gobject_ffi::g_boxed_free(ffi::gdk_event_sequence_get_type(), ptr as *mut _),
type_ => || ffi::gdk_event_sequence_get_type(),
}
}