From 92a2953e938e7687d8f2a534b38b26647517c99a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 9 Oct 2013 10:06:56 +0200 Subject: [PATCH] docs: fixed a couple of issues regarding the new MMModem3gppSubscriptionState enum --- docs/reference/api/ModemManager-sections.txt | 1 + include/ModemManager-enums.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/api/ModemManager-sections.txt b/docs/reference/api/ModemManager-sections.txt index 36d7b018..a9fa9cd4 100644 --- a/docs/reference/api/ModemManager-sections.txt +++ b/docs/reference/api/ModemManager-sections.txt @@ -16,6 +16,7 @@ MMBearerAllowedAuth MMFirmwareImageType MMModem3gppFacility MMModem3gppNetworkAvailability +MMModem3gppSubscriptionState MMModem3gppRegistrationState MMModem3gppUssdSessionState MMModemAccessTechnology 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.