Type Alias GDBusObjectManagerIface
Source pub type GDBusObjectManagerIface = _GDBusObjectManagerIface;
#[repr(C)]
pub 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)>,
}