1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// 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! { /// Information about a D-Bus property on a D-Bus interface. #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] pub struct DBusPropertyInfo(Shared<ffi::GDBusPropertyInfo>); match fn { ref => |ptr| ffi::g_dbus_property_info_ref(ptr), unref => |ptr| ffi::g_dbus_property_info_unref(ptr), type_ => || ffi::g_dbus_property_info_get_type(), } }