aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-bearer-stats.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-bearer-stats.c
parent53a7dc2f63ac26edb1a3a8db8368b52cf0417de7 (diff)
docs,libmm-glib: provide per-version indices
Diffstat (limited to 'libmm-glib/mm-bearer-stats.c')
-rw-r--r--libmm-glib/mm-bearer-stats.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libmm-glib/mm-bearer-stats.c b/libmm-glib/mm-bearer-stats.c
index f2be488f..0301ff70 100644
--- a/libmm-glib/mm-bearer-stats.c
+++ b/libmm-glib/mm-bearer-stats.c
@@ -53,6 +53,8 @@ struct _MMBearerStatsPrivate {
* Gets the duration of the current connection, in seconds.
*
* Returns: a #guint.
+ *
+ * Since: 1.6
*/
guint
mm_bearer_stats_get_duration (MMBearerStats *self)
@@ -80,6 +82,8 @@ mm_bearer_stats_set_duration (MMBearerStats *self,
* Gets the number of bytes received without error in the connection.
*
* Returns: a #guint64.
+ *
+ * Since: 1.6
*/
guint64
mm_bearer_stats_get_rx_bytes (MMBearerStats *self)
@@ -107,6 +111,8 @@ mm_bearer_stats_set_rx_bytes (MMBearerStats *self,
* Gets the number of bytes transmitted without error in the connection.
*
* Returns: a #guint64.
+ *
+ * Since: 1.6
*/
guint64
mm_bearer_stats_get_tx_bytes (MMBearerStats *self)