diff options
| author | Michael Biebl <biebl@debian.org> | 2012-08-07 14:23:39 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-08-07 14:23:39 +0200 |
| commit | 543d05fc6d12cc608dc37ae97d4843431c6de4a8 (patch) | |
| tree | def16257d58256bc116737bdc04edce693a656de /src/nm-device-adsl.h | |
| parent | 73f59c42ef878adf32efe8c7c4cb0d50ea2d04a1 (diff) | |
| parent | 7f1d08cf21e97f5e60d4636bb1e6c287c34ee2df (diff) | |
Merge tag 'upstream/0.9.5.96' into experimental
Upstream version 0.9.5.96
Diffstat (limited to 'src/nm-device-adsl.h')
| -rw-r--r-- | src/nm-device-adsl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nm-device-adsl.h b/src/nm-device-adsl.h index 50ea43e3..7ecb4350 100644 --- a/src/nm-device-adsl.h +++ b/src/nm-device-adsl.h @@ -37,9 +37,9 @@ G_BEGIN_DECLS #define NM_DEVICE_ADSL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_DEVICE_ADSL, NMDeviceAdslClass)) typedef enum { - NM_ADSL_ERROR_CONNECTION_NOT_ADSL = 0, - NM_ADSL_ERROR_CONNECTION_INVALID, - NM_ADSL_ERROR_CONNECTION_INCOMPATIBLE, + NM_ADSL_ERROR_CONNECTION_NOT_ADSL = 0, /*< nick=ConnectionNotAdsl >*/ + NM_ADSL_ERROR_CONNECTION_INVALID, /*< nick=ConnectionInvalid >*/ + NM_ADSL_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/ } NMAdslError; #define NM_DEVICE_ADSL_CARRIER "carrier" |