network: Remove net_device_get_nm_device

This commit is contained in:
Robert Ancell 2019-10-24 13:04:14 +13:00
parent aba79986a5
commit 1c92cf4844
12 changed files with 170 additions and 266 deletions

View file

@ -30,7 +30,9 @@ G_BEGIN_DECLS
#define NET_TYPE_DEVICE_ETHERNET (net_device_ethernet_get_type ())
G_DECLARE_FINAL_TYPE (NetDeviceEthernet, net_device_ethernet, NET, DEVICE_ETHERNET, NetDevice)
NetDeviceEthernet *net_device_ethernet_new (NMClient *client,
NMDevice *device);
NetDeviceEthernet *net_device_ethernet_new (NMClient *client,
NMDevice *device);
NMDevice *net_device_ethernet_get_device (NetDeviceEthernet *device);
G_END_DECLS