aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-simple-connect-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-09-13 13:52:02 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-11-04 13:12:56 +0000
commit5bfa677bbc470c14a82c6377c3c6056a74d170cc (patch)
tree6d3504391893071d143e78cd501b5b5034a232a3 /libmm-glib/mm-simple-connect-properties.h
parent46af452487b00766563ba1f8942e18caefa26cc5 (diff)
libmm-glib,simple-connect-properties: new print() method
Diffstat (limited to 'libmm-glib/mm-simple-connect-properties.h')
-rw-r--r--libmm-glib/mm-simple-connect-properties.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libmm-glib/mm-simple-connect-properties.h b/libmm-glib/mm-simple-connect-properties.h
index 0ee4125f..196dec73 100644
--- a/libmm-glib/mm-simple-connect-properties.h
+++ b/libmm-glib/mm-simple-connect-properties.h
@@ -17,7 +17,8 @@
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA.
*
- * Copyright (C) 2011 Aleksander Morgado <aleksander@gnu.org>
+ * Copyright (C) 2011-2022 Aleksander Morgado <aleksander@aleksander.es>
+ * Copyright (C) 2022 Google, Inc.
*/
#ifndef MM_SIMPLE_CONNECT_PROPERTIES_H
@@ -120,6 +121,10 @@ MMSimpleConnectProperties *mm_simple_connect_properties_new_from_dictionary (GVa
MMBearerProperties *mm_simple_connect_properties_get_bearer_properties (MMSimpleConnectProperties *self);
GVariant *mm_simple_connect_properties_get_dictionary (MMSimpleConnectProperties *self);
+
+GPtrArray *mm_simple_connect_properties_print (MMSimpleConnectProperties *self,
+ gboolean show_personal_info);
+
#endif