aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-common/mm-common-helpers.h')
-rw-r--r--libmm-common/mm-common-helpers.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libmm-common/mm-common-helpers.h b/libmm-common/mm-common-helpers.h
index 34119744..fa39a7be 100644
--- a/libmm-common/mm-common-helpers.h
+++ b/libmm-common/mm-common-helpers.h
@@ -19,11 +19,8 @@
#ifndef MM_COMMON_HELPERS_H
#define MM_COMMON_HELPERS_H
-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);
+gchar *mm_common_build_bands_string (const MMModemBand *bands,
+ guint n_bands);
MMModemMode mm_common_get_modes_from_string (const gchar *str,
GError **error);