| Top |
OobsObject *
oobs_ifaces_config_get (void);
Returns the OobsIfacesConfig singleton, which represents the network interfaces and their configuration.
OobsList * oobs_ifaces_config_get_ifaces (OobsIfacesConfig *config,OobsIfaceType type);
Returns an OobsList containing the interfaces that match the
type defined by type
.
GList *
oobs_ifaces_config_get_available_configuration_methods
(OobsIfacesConfig *config);
Retrieves the list of available configuration methods for ethernet based interfaces.
GList *
oobs_ifaces_config_get_available_key_types
(OobsIfacesConfig *config);
Retrieves the list of available key types methods for wireless interfaces.
GList *
oobs_ifaces_config_get_available_ppp_types
(OobsIfacesConfig *config);
Retrieves the list of available PPP interface types.