mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -04:00
Proxy: Fix up straggler interface names
A handful of interface names got updated but the XML and implementations got out of sync. This fixes that, as well as adding some missing comments and fixing formatting in the XML.
This commit is contained in:
parent
f7bfdd7d7a
commit
2f4cfb1e66
3 changed files with 30 additions and 19 deletions
|
@ -9,14 +9,6 @@
|
|||
|
||||
// Re-export relevant proxies
|
||||
|
||||
// TODO Some of these should get renamed
|
||||
mod job1;
|
||||
mod job_manager1;
|
||||
mod udev_events;
|
||||
pub use crate::proxy::job1::Job1Proxy;
|
||||
pub use crate::proxy::job_manager1::JobManager1Proxy;
|
||||
pub use crate::proxy::udev_events::UdevEventsProxy;
|
||||
|
||||
// Deprecated interface
|
||||
mod manager;
|
||||
pub use crate::proxy::manager::ManagerProxy;
|
||||
|
@ -50,3 +42,11 @@ pub use crate::proxy::update_bios1::UpdateBios1Proxy;
|
|||
pub use crate::proxy::update_dock1::UpdateDock1Proxy;
|
||||
pub use crate::proxy::wifi_debug1::WifiDebug1Proxy;
|
||||
pub use crate::proxy::wifi_power_management1::WifiPowerManagement1Proxy;
|
||||
|
||||
// Sub-interfaces
|
||||
mod job1;
|
||||
mod job_manager1;
|
||||
mod udev_events1;
|
||||
pub use crate::proxy::job1::Job1Proxy;
|
||||
pub use crate::proxy::job_manager1::JobManager1Proxy;
|
||||
pub use crate::proxy::udev_events1::UdevEvents1Proxy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue