frida_sysType Alias GDBusObjectManagerIface
source pub type GDBusObjectManagerIface = _GDBusObjectManagerIface;
struct GDBusObjectManagerIface {
pub parent_iface: _GTypeInterface,
pub get_object_path: Option<unsafe extern "C" fn(_: *mut _GDBusObjectManager) -> *const i8>,
pub get_objects: Option<unsafe extern "C" fn(_: *mut _GDBusObjectManager) -> *mut _GList>,
pub get_object: Option<unsafe extern "C" fn(_: *mut _GDBusObjectManager, _: *const i8) -> *mut _GDBusObject>,
pub get_interface: Option<unsafe extern "C" fn(_: *mut _GDBusObjectManager, _: *const i8, _: *const i8) -> *mut _GDBusInterface>,
pub object_added: Option<unsafe extern "C" fn(_: *mut _GDBusObjectManager, _: *mut _GDBusObject)>,
pub object_removed: Option<unsafe extern "C" fn(_: *mut _GDBusObjectManager, _: *mut _GDBusObject)>,
pub interface_added: Option<unsafe extern "C" fn(_: *mut _GDBusObjectManager, _: *mut _GDBusObject, _: *mut _GDBusInterface)>,
pub interface_removed: Option<unsafe extern "C" fn(_: *mut _GDBusObjectManager, _: *mut _GDBusObject, _: *mut _GDBusInterface)>,
}