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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue