Improve naming; remove duplicate interfaces
This commit is contained in:
parent
ab51fc6f70
commit
2b00c7f3e3
5 changed files with 5 additions and 184 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue