Top |
NMSetting * | nm_setting_generic_new () |
const char * | nm_setting_generic_get_device_handler () |
The NMSettingGeneric object is a NMSetting subclass that describes optional properties that apply to "generic" devices (ie, devices that NetworkManager does not specifically recognize).
There are currently no properties on this object; it exists only to be the "connection type" setting on NMConnections for generic devices.
NMSetting *
nm_setting_generic_new (void
);
Creates a new NMSettingGeneric object with default values.
const char *
nm_setting_generic_get_device_handler (NMSettingGeneric *setting
);
Returns the “device-handler” property of the connection.
Since: 1.46