| Top |
Functions
| GObject * | nm_dhcp4_config_new () |
| GHashTable * | nm_dhcp4_config_get_options () |
| const char * | nm_dhcp4_config_get_one_option () |
Functions
nm_dhcp4_config_new ()
GObject * nm_dhcp4_config_new (DBusGConnection *connection,const char *object_path);
Creates a new NMDHCP4Config.
nm_dhcp4_config_get_options ()
GHashTable *
nm_dhcp4_config_get_options (NMDHCP4Config *config);
Gets all the options contained in the configuration.
nm_dhcp4_config_get_one_option ()
const char * nm_dhcp4_config_get_one_option (NMDHCP4Config *config,const char *option);
Gets one option by option name.
