aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-bearer.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-11-27 14:30:00 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-12-07 14:20:54 +0100
commit730123598a22fd176986bb0da455f762be1bcba8 (patch)
treebc9db0a0ce214393eac2c698d3e03dc33a5a4814 /libmm-glib/mm-bearer.h
parent27c6f15873e3fbfb151f4948a65f214453fe17b0 (diff)
libmm-glib: retrieve stats from the bearer
The MMBearer object is updated to provide getter methods to retrieve the new MMBearerStats object.
Diffstat (limited to 'libmm-glib/mm-bearer.h')
-rw-r--r--libmm-glib/mm-bearer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmm-glib/mm-bearer.h b/libmm-glib/mm-bearer.h
index dbaf497b..cd081426 100644
--- a/libmm-glib/mm-bearer.h
+++ b/libmm-glib/mm-bearer.h
@@ -33,6 +33,7 @@
#include "mm-gdbus-bearer.h"
#include "mm-bearer-properties.h"
#include "mm-bearer-ip-config.h"
+#include "mm-bearer-stats.h"
G_BEGIN_DECLS
@@ -109,6 +110,9 @@ MMBearerIpConfig *mm_bearer_peek_ipv4_config (MMBearer *self);
MMBearerIpConfig *mm_bearer_get_ipv6_config (MMBearer *self);
MMBearerIpConfig *mm_bearer_peek_ipv6_config (MMBearer *self);
+MMBearerStats *mm_bearer_get_stats (MMBearer *self);
+MMBearerStats *mm_bearer_peek_stats (MMBearer *self);
+
G_END_DECLS
#endif /* _MM_BEARER_H_ */