docs: update Serial setting documentation
This commit is contained in:
@@ -39,8 +39,16 @@ G_BEGIN_DECLS
|
||||
|
||||
#define NM_SETTING_SERIAL_SETTING_NAME "serial"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
/**
|
||||
* NMSettingSerialError:
|
||||
* @NM_SETTING_SERIAL_ERROR_UNKNOWN: unknown or unclassified error
|
||||
* @NM_SETTING_SERIAL_ERROR_INVALID_PROPERTY: the property was invalid
|
||||
* @NM_SETTING_SERIAL_ERROR_MISSING_PROPERTY: the property was missing and is
|
||||
* required
|
||||
* @NM_SETTING_SERIAL_ERROR_MISSING_PPP_SETTING: one of the properties of the
|
||||
* setting requires the connection to contain an #NMSettingPPP setting
|
||||
*/
|
||||
typedef enum {
|
||||
NM_SETTING_SERIAL_ERROR_UNKNOWN = 0,
|
||||
NM_SETTING_SERIAL_ERROR_INVALID_PROPERTY,
|
||||
NM_SETTING_SERIAL_ERROR_MISSING_PROPERTY,
|
||||
|
Reference in New Issue
Block a user