haiku/headers/os/add-ons/network_settings
Axel Dörfler 5274e9b004 Network: added interface list item.
* Added BNetworkInterfaceListItem that can be used by interface protocol
  add-ons to represent their functionality in the list view.
* It will automatically update itself on changes, and will show the
  specified label, and address, if any, as well as indicate whether or
  not the family has been disabled (which doesn't work perfectly yet,
  as IFF_AUTO_CONFIGURED is on the interface level).
* Therefore, the interface list item will no longer show the address,
  but the type of the device instead.
* Introduced the BNetworkConfigurationListener interface that is used
  to broadcast network updates to.
2015-03-27 13:22:28 +01:00
..
NetworkProfile.h Network: moved add-on headers to the correct position. 2015-03-27 13:08:41 +01:00
NetworkSettings.h BNetworkSettings: added some convenience methods. 2015-03-27 13:22:27 +01:00
NetworkSettingsAddOn.h Network: added interface list item. 2015-03-27 13:22:28 +01:00