diff options
| author | Michael Biebl <biebl@debian.org> | 2016-08-26 02:18:32 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-08-26 02:18:32 +0200 |
| commit | 7514efc2f38c9ace4557d4e69d68e7d380389030 (patch) | |
| tree | 7fb00fda86cfcc2ca377f191633a7cfdbfea7ca3 /libnm-util/nm-setting-bond.h | |
| parent | d6201f5d8daada3d64a0a3e0038e14eebec683ce (diff) | |
Imported Upstream version 1.4.0 upstream/1.4.0
Diffstat (limited to 'libnm-util/nm-setting-bond.h')
| -rw-r--r-- | libnm-util/nm-setting-bond.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-util/nm-setting-bond.h b/libnm-util/nm-setting-bond.h index cf969995..172bb4cf 100644 --- a/libnm-util/nm-setting-bond.h +++ b/libnm-util/nm-setting-bond.h @@ -40,6 +40,8 @@ G_BEGIN_DECLS * @NM_SETTING_BOND_ERROR_UNKNOWN: unknown or unclassified error * @NM_SETTING_BOND_ERROR_INVALID_PROPERTY: the property was invalid * @NM_SETTING_BOND_ERROR_MISSING_PROPERTY: the property was missing and is + * @NM_SETTING_BOND_ERROR_INVALID_OPTION: the option was invalid + * @NM_SETTING_BOND_ERROR_MISSING_OPTION: the option was missing * required */ typedef enum { |