diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-03 20:19:30 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:44 +0100 |
commit | 3789c10819ddd1263bdd4e2066a6d79845177e31 (patch) | |
tree | 99cc57f42088bed3b789a9a9cdcad429337de243 /include/ModemManager-enums.h | |
parent | ee07cc51ea52731180628219627ace508de7701a (diff) |
api,header: add explanation for the MMModemCdmaActivationErrors
Diffstat (limited to 'include/ModemManager-enums.h')
-rw-r--r-- | include/ModemManager-enums.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index 1344b1b1..3d166543 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -389,6 +389,8 @@ typedef enum { /*< underscore_name=mm_modem_cdma_activation_state >*/ * @MM_MODEM_CDMA_ACTIVATION_ERROR_NO_SIGNAL: No signal available. * @MM_MODEM_CDMA_ACTIVATION_ERROR_TIMED_OUT: Activation timed out. * @MM_MODEM_CDMA_ACTIVATION_ERROR_START_FAILED: API call for initial activation failed. + * + * CDMA Activation errors. */ typedef enum { /*< underscore_name=mm_modem_cdma_activation_error >*/ MM_MODEM_CDMA_ACTIVATION_ERROR_NONE = 0, |