aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-26 19:25:34 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:37 +0100
commit5e0df902721c251d6876e5ff3e509284a92676e6 (patch)
treedbaf6ccf9d7ff22c271c226632b11b4a0081cbaf /libmm-glib/mm-modem.h
parentb224f1889428780dc0656ed9fc60750c144a138e (diff)
libmm-common, libmm-glib: new bands string builder
Diffstat (limited to 'libmm-glib/mm-modem.h')
-rw-r--r--libmm-glib/mm-modem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/mm-modem.h b/libmm-glib/mm-modem.h
index f8dced67..16015d53 100644
--- a/libmm-glib/mm-modem.h
+++ b/libmm-glib/mm-modem.h
@@ -212,6 +212,8 @@ MMSim *mm_modem_get_sim_sync (MMModem *self,
gchar *mm_modem_get_capabilities_string (MMModemCapability caps);
gchar *mm_modem_get_access_technologies_string (MMModemAccessTechnology access_tech);
+gchar *mm_modem_get_bands_string (const MMModemBand *bands,
+ guint n_bands);
G_END_DECLS