frida_sysType Alias GDBusInterfaceIface
source pub type GDBusInterfaceIface = _GDBusInterfaceIface;
struct GDBusInterfaceIface {
pub parent_iface: _GTypeInterface,
pub get_info: Option<unsafe extern "C" fn(_: *mut _GDBusInterface) -> *mut _GDBusInterfaceInfo>,
pub get_object: Option<unsafe extern "C" fn(_: *mut _GDBusInterface) -> *mut _GDBusObject>,
pub set_object: Option<unsafe extern "C" fn(_: *mut _GDBusInterface, _: *mut _GDBusObject)>,
pub dup_object: Option<unsafe extern "C" fn(_: *mut _GDBusInterface) -> *mut _GDBusObject>,
}