aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-bearer-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-09-13 11:11:40 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-11-04 13:12:56 +0000
commit46af452487b00766563ba1f8942e18caefa26cc5 (patch)
tree94f0545a4645ce3ec5189f18886e404998fa8acc /libmm-glib/mm-bearer-properties.h
parenta114e131abefae58379bfb201761debada4ea9fa (diff)
libmm-glib,bearer-properties: new print() method
Diffstat (limited to 'libmm-glib/mm-bearer-properties.h')
-rw-r--r--libmm-glib/mm-bearer-properties.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libmm-glib/mm-bearer-properties.h b/libmm-glib/mm-bearer-properties.h
index 0e6a3471..9e522022 100644
--- a/libmm-glib/mm-bearer-properties.h
+++ b/libmm-glib/mm-bearer-properties.h
@@ -17,7 +17,8 @@
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA.o
*
- * Copyright (C) 2011-2021 Aleksander Morgado <aleksander@aleksander.es>
+ * Copyright (C) 2011-2022 Aleksander Morgado <aleksander@aleksander.es>
+ * Copyright (C) 2022 Google, Inc.
*/
#ifndef MM_BEARER_PROPERTIES_H
@@ -151,6 +152,9 @@ gboolean mm_bearer_properties_cmp (MMBearerProperties *a,
MMBearerProperties *b,
MMBearerPropertiesCmpFlags flags);
+GPtrArray *mm_bearer_properties_print (MMBearerProperties *self,
+ gboolean show_personal_info);
+
#endif
G_END_DECLS