Type Alias GDBusObjectManagerIface

Source
pub type GDBusObjectManagerIface = _GDBusObjectManagerIface;
Expand description

GDBusObjectManagerIface: @parent_iface: The parent interface. @get_object_path: Virtual function for g_dbus_object_manager_get_object_path(). @get_objects: Virtual function for g_dbus_object_manager_get_objects(). @get_object: Virtual function for g_dbus_object_manager_get_object(). @get_interface: Virtual function for g_dbus_object_manager_get_interface(). @object_added: Signal handler for the #GDBusObjectManager::object-added signal. @object_removed: Signal handler for the #GDBusObjectManager::object-removed signal. @interface_added: Signal handler for the #GDBusObjectManager::interface-added signal. @interface_removed: Signal handler for the #GDBusObjectManager::interface-removed signal.

Base type for D-Bus object managers.

Since: 2.30

Aliased Type§

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)>