Improve naming; remove duplicate interfaces

This commit is contained in:
Lucy 2022-01-11 12:54:20 -05:00
parent ab51fc6f70
commit 2b00c7f3e3
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
5 changed files with 5 additions and 184 deletions

View file

@ -23,7 +23,7 @@
use zbus::dbus_proxy;
#[dbus_proxy(interface = "org.freedesktop.NetworkManager.IP4Config")]
pub trait IP4Config {
pub trait Ipv4Config {
/// AddressData property
#[dbus_proxy(property)]
fn address_data(

View file

@ -23,7 +23,7 @@
use zbus::dbus_proxy;
#[dbus_proxy(interface = "org.freedesktop.NetworkManager.IP6Config")]
pub trait IP6Config {
pub trait Ipv6Config {
/// AddressData property
#[dbus_proxy(property)]
fn address_data(