summaryrefslogtreecommitdiff
path: root/libmm-glib/mm-location-3gpp.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-10-24 22:58:42 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-28 10:28:31 +0100
commit08d23dd64d4566423579d8fbe609ec6145eae861 (patch)
treea89c7e51adba9ea1670a0d35b28e9aa138fda831 /libmm-glib/mm-location-3gpp.c
parent53a7dc2f63ac26edb1a3a8db8368b52cf0417de7 (diff)
downloadModemManager-08d23dd64d4566423579d8fbe609ec6145eae861.tar.gz
docs,libmm-glib: provide per-version indices
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 d525db7a9..61f547191 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)