aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-18 13:45:32 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:52 +0100
commita3532e7730b9f776c5590f2680f444306e411bdd (patch)
treec9ae07235db1597bb741e5283a32c4a6f40dffe6 /libmm-common/mm-common-helpers.h
parent69e860329b92796fc9d7e648f67ae09a77d41840 (diff)
libmm-common: flags string builders are now all autogenerated
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);