Add more interfaces and sort some old ones

This commit is contained in:
Lucy 2022-01-11 13:42:27 -05:00
parent 2b00c7f3e3
commit d17c660410
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
10 changed files with 155 additions and 93 deletions

View file

@ -22,13 +22,18 @@
pub mod access_point;
pub mod config;
pub mod connection;
pub mod device;
pub mod settings;
pub mod statistics;
use zbus::dbus_proxy;
#[dbus_proxy(interface = "org.freedesktop.NetworkManager")]
#[dbus_proxy(
interface = "org.freedesktop.NetworkManager",
default_service = "org.freedesktop.NetworkManager",
default_path = "/org/freedesktop/NetworkManager"
)]
pub trait NetworkManager {
/// ActivateConnection method
fn activate_connection(