network: Stop NetDeviceEthernet deriving from NetDeviceSimple
It overrode everything anyway.
This commit is contained in:
parent
9327a5f4d1
commit
e90ed2df8a
5 changed files with 31 additions and 44 deletions
|
@ -29,12 +29,7 @@
|
|||
G_BEGIN_DECLS
|
||||
|
||||
#define NET_TYPE_DEVICE_SIMPLE (net_device_simple_get_type ())
|
||||
G_DECLARE_DERIVABLE_TYPE (NetDeviceSimple, net_device_simple, NET, DEVICE_SIMPLE, NetDevice)
|
||||
|
||||
struct _NetDeviceSimpleClass
|
||||
{
|
||||
NetDeviceClass parent_class;
|
||||
};
|
||||
G_DECLARE_FINAL_TYPE (NetDeviceSimple, net_device_simple, NET, DEVICE_SIMPLE, NetDevice)
|
||||
|
||||
NetDeviceSimple *net_device_simple_new (CcPanel *panel,
|
||||
GCancellable *cancellable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue