network: add support for showing bond slaves
https://bugzilla.gnome.org/show_bug.cgi?id=677147
This commit is contained in:
parent
cb2eacdfd4
commit
8ba8f2e033
8 changed files with 306 additions and 21 deletions
|
@ -57,6 +57,10 @@ GType net_device_simple_get_type (void);
|
|||
|
||||
char *net_device_simple_get_speed (NetDeviceSimple *device_simple);
|
||||
|
||||
void net_device_simple_add_row (NetDeviceSimple *device_simple,
|
||||
const char *label,
|
||||
const char *property_name);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __NET_DEVICE_SIMPLE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue