From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 12 Dec 2017 15:53:07 +0100 Subject: New upstream version 1.10.2 --- libnm-core/nm-errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libnm-core/nm-errors.h') diff --git a/libnm-core/nm-errors.h b/libnm-core/nm-errors.h index 6bacc8da..bdd6c223 100644 --- a/libnm-core/nm-errors.h +++ b/libnm-core/nm-errors.h @@ -261,6 +261,7 @@ GQuark nm_secret_agent_error_quark (void); * @NM_SETTINGS_ERROR_READ_ONLY_CONNECTION: attempted to modify a read-only connection * @NM_SETTINGS_ERROR_UUID_EXISTS: a connection with that UUID already exists * @NM_SETTINGS_ERROR_INVALID_HOSTNAME: attempted to set an invalid hostname + * @NM_SETTINGS_ERROR_INVALID_ARGUMENTS: invalid arguments * * Errors related to the settings/persistent configuration interface of * NetworkManager. @@ -277,6 +278,7 @@ typedef enum { NM_SETTINGS_ERROR_READ_ONLY_CONNECTION, /*< nick=ReadOnlyConnection >*/ NM_SETTINGS_ERROR_UUID_EXISTS, /*< nick=UuidExists >*/ NM_SETTINGS_ERROR_INVALID_HOSTNAME, /*< nick=InvalidHostname >*/ + NM_SETTINGS_ERROR_INVALID_ARGUMENTS, /*< nick=InvalidArguments >*/ } NMSettingsError; GQuark nm_settings_error_quark (void); -- cgit 1.3.0-6-gf8a5