Continue to work on bindings, including NetworkManager::activate_connection

This commit is contained in:
Lucy 2022-01-12 11:23:09 -05:00
parent 0168219a78
commit 6dd7eb9da4
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
8 changed files with 77 additions and 8 deletions

View file

@ -5,11 +5,11 @@ pub mod wired;
pub mod wireless;
use crate::{
active_connection::ActiveConnection,
config::{ip4::Ipv4Config, ip6::Ipv6Config},
connection::ActiveConnection,
interface::{
active_connection::ActiveConnectionProxy,
config::{ip4::Ipv4ConfigProxy, ip6::Ipv6ConfigProxy},
connection::ActiveConnectionProxy,
device::{
bluetooth::BluetoothDeviceProxy, wired::WiredDeviceProxy,
wireless::WirelessDeviceProxy, DeviceProxy,