mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -04:00
manager/user: Add ReloadConfig method
This commit is contained in:
parent
cd14f50f68
commit
0f14facac9
4 changed files with 40 additions and 7 deletions
|
@ -46,6 +46,9 @@ trait Manager {
|
|||
/// UpdateDock method
|
||||
fn update_dock(&self) -> zbus::Result<zbus::zvariant::OwnedObjectPath>;
|
||||
|
||||
/// ReloadConfig method
|
||||
fn reload_config(&self) -> zbus::Result<()>;
|
||||
|
||||
/// AlsCalibrationGain property
|
||||
#[zbus(property)]
|
||||
fn als_calibration_gain(&self) -> zbus::Result<f64>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue