gio/auto/
dbus_property_info.rs

1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5use crate::ffi;
6
7glib::wrapper! {
8    #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
9    pub struct DBusPropertyInfo(Shared<ffi::GDBusPropertyInfo>);
10
11    match fn {
12        ref => |ptr| ffi::g_dbus_property_info_ref(ptr),
13        unref => |ptr| ffi::g_dbus_property_info_unref(ptr),
14        type_ => || ffi::g_dbus_property_info_get_type(),
15    }
16}