network: add support for showing bond slaves

https://bugzilla.gnome.org/show_bug.cgi?id=677147
This commit is contained in:
Dan Winship 2012-10-18 07:23:42 -04:00 committed by Bastien Nocera
parent cb2eacdfd4
commit 8ba8f2e033
8 changed files with 306 additions and 21 deletions

View file

@ -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 */