mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 01:12:30 -04:00
manager: Slim down root interface, moving most getters directly to the user interface
This commit is contained in:
parent
03b3c032d3
commit
b2f612cd45
3 changed files with 79 additions and 229 deletions
|
@ -32,7 +32,7 @@ async fn create_connection() -> Result<Connection> {
|
|||
|
||||
pub async fn daemon() -> Result<()> {
|
||||
// This daemon is responsible for creating a dbus api that steam client can use to do various OS
|
||||
// level things. It implements com.steampowered.SteamOSManager1.Manager interface
|
||||
// level things. It implements com.steampowered.SteamOSManager1.RootManager interface
|
||||
|
||||
let stdout_log = fmt::layer();
|
||||
let subscriber = Registry::default().with(stdout_log);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue