diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-26 19:25:34 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:37 +0100 |
commit | 5e0df902721c251d6876e5ff3e509284a92676e6 (patch) | |
tree | dbaf6ccf9d7ff22c271c226632b11b4a0081cbaf /libmm-common/mm-common-helpers.h | |
parent | b224f1889428780dc0656ed9fc60750c144a138e (diff) |
libmm-common, libmm-glib: new bands string builder
Diffstat (limited to 'libmm-common/mm-common-helpers.h')
-rw-r--r-- | libmm-common/mm-common-helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-common/mm-common-helpers.h b/libmm-common/mm-common-helpers.h index c1a4c6a7..dc09c555 100644 --- a/libmm-common/mm-common-helpers.h +++ b/libmm-common/mm-common-helpers.h @@ -21,6 +21,8 @@ gchar *mm_common_get_capabilities_string (MMModemCapability caps); gchar *mm_common_get_access_technologies_string (MMModemAccessTechnology access_tech); +gchar *mm_common_get_bands_string (const MMModemBand *bands, + guint n_bands); GArray *mm_common_bands_variant_to_garray (GVariant *variant); GVariant *mm_common_bands_array_to_variant (const MMModemBand *bands, |