diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-09 10:06:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-09 10:19:21 +0200 |
commit | 92a2953e938e7687d8f2a534b38b26647517c99a (patch) | |
tree | 69bbe27a25b80d2e0b817e92c85fa5e250caa1fe /include | |
parent | f9a4f87d5204432b52cb41b31809d43425467da5 (diff) |
docs: fixed a couple of issues regarding the new MMModem3gppSubscriptionState enum
Diffstat (limited to 'include')
-rw-r--r-- | include/ModemManager-enums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index a71b82eb..95d359fe 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -772,7 +772,7 @@ typedef enum { /*< underscore_name=mm_modem_3gpp_network_availability >*/ } MMModem3gppNetworkAvailability; /** - * MModem3gppSubscriptionState: + * MMModem3gppSubscriptionState: * @MM_MODEM_3GPP_SUBSCRIPTION_STATE_UNKNOWN: The subscription state is unknown. * @MM_MODEM_3GPP_SUBSCRIPTION_STATE_UNPROVISIONED: The account is unprovisioned. * @MM_MODEM_3GPP_SUBSCRIPTION_STATE_PROVISIONED: The account is provisioned and has data available. |