diff options
Diffstat (limited to 'libmm-glib/mm-bearer-properties.h')
-rw-r--r-- | libmm-glib/mm-bearer-properties.h | 6 |
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 |