diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-03-14 08:07:27 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@gnu.org> | 2019-04-09 12:24:39 +0000 |
commit | caa1f8fdc1ad8c489a5584a4a0c50b1d0ff62f2a (patch) | |
tree | 9897e1fef814b9528ff72ddb4698136c5d27f3cf /include/ModemManager-enums.h | |
parent | b77aa7ab0eaae2aca4e2f01f8328f1015260356d (diff) |
iface-modem-location: define first and last location sources
Much clearer to understand when looping through them.
Diffstat (limited to 'include/ModemManager-enums.h')
-rw-r--r-- | include/ModemManager-enums.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index 7a8162cb..2f6eeeff 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -940,6 +940,11 @@ typedef enum { /*< underscore_name=mm_modem_location_source >*/ MM_MODEM_LOCATION_SOURCE_CDMA_BS = 1 << 3, MM_MODEM_LOCATION_SOURCE_GPS_UNMANAGED = 1 << 4, MM_MODEM_LOCATION_SOURCE_AGPS_MSA = 1 << 5, +#if defined (MM_COMPILATION) + /* MM internal methods, not part of the API */ + MM_MODEM_LOCATION_SOURCE_FIRST = MM_MODEM_LOCATION_SOURCE_3GPP_LAC_CI, /*< skip >*/ + MM_MODEM_LOCATION_SOURCE_LAST = MM_MODEM_LOCATION_SOURCE_AGPS_MSA, /*< skip >*/ +#endif } MMModemLocationSource; /** |