Add more interfaces and sort some old ones
This commit is contained in:
parent
2b00c7f3e3
commit
d17c660410
10 changed files with 155 additions and 93 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue