mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 08:40:19 +01:00
docs: document OLPC Mesh setting errors
This commit is contained in:
parent
ad49bc7b8e
commit
ace5cd0138
1 changed files with 8 additions and 2 deletions
|
|
@ -41,8 +41,14 @@ G_BEGIN_DECLS
|
|||
|
||||
#define NM_SETTING_OLPC_MESH_SETTING_NAME "802-11-olpc-mesh"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
/**
|
||||
* NMSettingOlpcMeshError:
|
||||
* @NM_SETTING_OLPC_MESH_ERROR_UNKNOWN: unknown or unclassified error
|
||||
* @NM_SETTING_OLPC_MESH_ERROR_INVALID_PROPERTY: the property was invalid
|
||||
* @NM_SETTING_OLPC_MESH_ERROR_MISSING_PROPERTY: the property was missing and is
|
||||
* required
|
||||
*/
|
||||
typedef enum {
|
||||
NM_SETTING_OLPC_MESH_ERROR_UNKNOWN = 0, /*< nick=UnknownError >*/
|
||||
NM_SETTING_OLPC_MESH_ERROR_INVALID_PROPERTY, /*< nick=InvalidProperty >*/
|
||||
NM_SETTING_OLPC_MESH_ERROR_MISSING_PROPERTY /*< nick=MissingProperty >*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue