diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ModemManager-enums.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index f84eafc2..1523aad7 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -942,8 +942,7 @@ typedef enum { /*< underscore_name=mm_modem_location_source >*/ MM_MODEM_LOCATION_SOURCE_GPS_UNMANAGED = 1 << 4, MM_MODEM_LOCATION_SOURCE_AGPS_MSA = 1 << 5, MM_MODEM_LOCATION_SOURCE_AGPS_MSB = 1 << 6, -#if defined (MM_COMPILATION) - /* MM internal methods, not part of the API */ +#if defined (MM_COMPILATION) /*< private >*/ MM_MODEM_LOCATION_SOURCE_FIRST = MM_MODEM_LOCATION_SOURCE_3GPP_LAC_CI, /*< skip >*/ MM_MODEM_LOCATION_SOURCE_LAST = MM_MODEM_LOCATION_SOURCE_AGPS_MSB, /*< skip >*/ #endif |