gio/auto/dbus_method_info.rs
// 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
use crate::ffi;
glib::wrapper! {
/// Information about a method on a D-Bus interface.
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct DBusMethodInfo(Shared<ffi::GDBusMethodInfo>);
match fn {
ref => |ptr| ffi::g_dbus_method_info_ref(ptr),
unref => |ptr| ffi::g_dbus_method_info_unref(ptr),
type_ => || ffi::g_dbus_method_info_get_type(),
}
}