diff options
Diffstat (limited to 'libmm-glib/mm-location-3gpp.h')
-rw-r--r-- | libmm-glib/mm-location-3gpp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/mm-location-3gpp.h b/libmm-glib/mm-location-3gpp.h index 99e65a2e..cde055ce 100644 --- a/libmm-glib/mm-location-3gpp.h +++ b/libmm-glib/mm-location-3gpp.h @@ -59,6 +59,7 @@ guint mm_location_3gpp_get_mobile_country_code (MMLocation3gpp *self); guint mm_location_3gpp_get_mobile_network_code (MMLocation3gpp *self); gulong mm_location_3gpp_get_location_area_code (MMLocation3gpp *self); gulong mm_location_3gpp_get_cell_id (MMLocation3gpp *self); +gulong mm_location_3gpp_get_tracking_area_code (MMLocation3gpp *self); /*****************************************************************************/ /* ModemManager/libmm-glib/mmcli specific methods */ @@ -81,6 +82,8 @@ gboolean mm_location_3gpp_set_location_area_code (MMLocation3gpp *self, gulong location_area_code); gboolean mm_location_3gpp_set_cell_id (MMLocation3gpp *self, gulong cell_id); +gboolean mm_location_3gpp_set_tracking_area_code (MMLocation3gpp *self, + gulong tracking_area_code); #endif |