aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-location-3gpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-location-3gpp.c')
-rw-r--r--libmm-glib/mm-location-3gpp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libmm-glib/mm-location-3gpp.c b/libmm-glib/mm-location-3gpp.c
index d525db7a..61f54719 100644
--- a/libmm-glib/mm-location-3gpp.c
+++ b/libmm-glib/mm-location-3gpp.c
@@ -58,6 +58,8 @@ struct _MMLocation3gppPrivate {
* Gets the Mobile Country Code of the 3GPP network.
*
* Returns: the MCC, or 0 if unknown.
+ *
+ * Since: 1.0
*/
guint
mm_location_3gpp_get_mobile_country_code (MMLocation3gpp *self)
@@ -94,6 +96,8 @@ mm_location_3gpp_set_mobile_country_code (MMLocation3gpp *self,
* be 0.
*
* Returns: the MNC, or 0 if unknown.
+ *
+ * Since: 1.0
*/
guint
mm_location_3gpp_get_mobile_network_code (MMLocation3gpp *self)
@@ -127,6 +131,8 @@ mm_location_3gpp_set_mobile_network_code (MMLocation3gpp *self,
* Gets the location area code of the 3GPP network.
*
* Returns: the location area code, or 0 if unknown.
+ *
+ * Since: 1.0
*/
gulong
mm_location_3gpp_get_location_area_code (MMLocation3gpp *self)
@@ -159,6 +165,8 @@ mm_location_3gpp_set_location_area_code (MMLocation3gpp *self,
* Gets the cell ID of the 3GPP network.
*
* Returns: the cell ID, or 0 if unknown.
+ *
+ * Since: 1.0
*/
gulong
mm_location_3gpp_get_cell_id (MMLocation3gpp *self)
@@ -191,6 +199,8 @@ mm_location_3gpp_set_cell_id (MMLocation3gpp *self,
* Gets the location area code of the 3GPP network.
*
* Returns: the location area code, or 0 if unknown.
+ *
+ * Since: 1.10
*/
gulong
mm_location_3gpp_get_tracking_area_code (MMLocation3gpp *self)