summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-private.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-28 19:34:59 +0100
committerThomas Haller <thaller@redhat.com>2017-03-02 12:14:29 +0100
commit8b1b6f3d1a2c45c4269dd456ea16de762f6b189e (patch)
treeb9fc68e8644e1fcd3752b7b8972cba2842836941 /libnm-core/nm-setting-private.h
parent72bfe62a9add5fa78bbcbf8bf549605d22c43bcc (diff)
downloadNetworkManager-8b1b6f3d1a2c45c4269dd456ea16de762f6b189e.tar.gz
libnm-core: expose internal _nm_connection_verify() function
Diffstat (limited to 'libnm-core/nm-setting-private.h')
-rw-r--r--libnm-core/nm-setting-private.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/libnm-core/nm-setting-private.h b/libnm-core/nm-setting-private.h
index 8d09e3d759..79b6ac8712 100644
--- a/libnm-core/nm-setting-private.h
+++ b/libnm-core/nm-setting-private.h
@@ -27,22 +27,6 @@
#include "nm-core-internal.h"
-/**
- * NMSettingVerifyResult:
- * @NM_SETTING_VERIFY_SUCCESS: the setting verifies successfully
- * @NM_SETTING_VERIFY_ERROR: the setting has a serious misconfiguration
- * @NM_SETTING_VERIFY_NORMALIZABLE: the setting is valid but has properties
- * that should be normalized
- * @NM_SETTING_VERIFY_NORMALIZABLE_ERROR: the setting is invalid but the
- * errors can be fixed by nm_connection_normalize().
- */
-typedef enum {
- NM_SETTING_VERIFY_SUCCESS = TRUE,
- NM_SETTING_VERIFY_ERROR = FALSE,
- NM_SETTING_VERIFY_NORMALIZABLE = 2,
- NM_SETTING_VERIFY_NORMALIZABLE_ERROR = 3,
-} NMSettingVerifyResult;
-
void _nm_register_setting (const char *name,
const GType type,
const guint32 priority);