Type Alias GDBusObjectManagerIface

Source
pub type GDBusObjectManagerIface = _GDBusObjectManagerIface;

Aliased Type§

#[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)>, }

Fields§

§parent_iface: _GTypeInterface§get_object_path: Option<unsafe extern "C" fn(*mut _GDBusObjectManager) -> *const i8>§get_objects: Option<unsafe extern "C" fn(*mut _GDBusObjectManager) -> *mut _GList>§get_object: Option<unsafe extern "C" fn(*mut _GDBusObjectManager, *const i8) -> *mut _GDBusObject>§get_interface: Option<unsafe extern "C" fn(*mut _GDBusObjectManager, *const i8, *const i8) -> *mut _GDBusInterface>§object_added: Option<unsafe extern "C" fn(*mut _GDBusObjectManager, *mut _GDBusObject)>§object_removed: Option<unsafe extern "C" fn(*mut _GDBusObjectManager, *mut _GDBusObject)>§interface_added: Option<unsafe extern "C" fn(*mut _GDBusObjectManager, *mut _GDBusObject, *mut _GDBusInterface)>§interface_removed: Option<unsafe extern "C" fn(*mut _GDBusObjectManager, *mut _GDBusObject, *mut _GDBusInterface)>