diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-26 21:29:01 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:37 +0100 |
commit | 6cfccb14526a6b0fa27f680cb76d7bef165cd169 (patch) | |
tree | 609752696602dbf300e137768f5af7ec92279505 /libmm-common/mm-common-helpers.h | |
parent | aa3d98d0ff6ff75cdeb8106b7d9e1108eef4994e (diff) |
libmm-common,libmm-glib: new modes string builder
Diffstat (limited to 'libmm-common/mm-common-helpers.h')
-rw-r--r-- | libmm-common/mm-common-helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmm-common/mm-common-helpers.h b/libmm-common/mm-common-helpers.h index 595705b0..1d2969b2 100644 --- a/libmm-common/mm-common-helpers.h +++ b/libmm-common/mm-common-helpers.h @@ -21,6 +21,7 @@ gchar *mm_common_get_capabilities_string (MMModemCapability caps); gchar *mm_common_get_access_technologies_string (MMModemAccessTechnology access_tech); +gchar *mm_common_get_modes_string (MMModemMode mode); gchar *mm_common_get_bands_string (const MMModemBand *bands, guint n_bands); |