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

@ -34,7 +34,9 @@ G_DECLARE_FINAL_TYPE (NetDeviceBluetooth, net_device_bluetooth, NET, DEVICE_BLUE
NetDeviceBluetooth *net_device_bluetooth_new (NMClient *client,
NMDevice *device);
void net_device_bluetooth_set_show_separator (NetDeviceBluetooth *device_bluetooth,
NMDevice *net_device_bluetooth_get_device (NetDeviceBluetooth *device);
void net_device_bluetooth_set_show_separator (NetDeviceBluetooth *device,
gboolean show_separator);
G_END_DECLS