network: Remove net_device_get_nm_device
This commit is contained in:
parent
aba79986a5
commit
1c92cf4844
12 changed files with 170 additions and 266 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue