aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-05-29 10:47:53 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-05 19:15:14 +0200
commit212d00c529ee07131bf3b71a8759dca49292c059 (patch)
treef84e015d4e2b676c865b68e408651623a317dc2e /libmm-glib/mm-modem.h
parent4dc8d1ff3a88a54707e75859619b020780de2f79 (diff)
api,instrospection: rename 'Bands' to 'CurrentBands'
... and 'SetBands()' to 'SetCurrentBands()'. We'll keep the 'Current' keyword in those properties which also have 'Supported' values.
Diffstat (limited to 'libmm-glib/mm-modem.h')
-rw-r--r--libmm-glib/mm-modem.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/libmm-glib/mm-modem.h b/libmm-glib/mm-modem.h
index 8aac7fc7..2ba6d82e 100644
--- a/libmm-glib/mm-modem.h
+++ b/libmm-glib/mm-modem.h
@@ -140,10 +140,10 @@ gboolean mm_modem_get_supported_bands (MMModem *self,
MMModemBand **bands,
guint *n_bands);
-gboolean mm_modem_peek_bands (MMModem *self,
+gboolean mm_modem_peek_current_bands (MMModem *self,
const MMModemBand **bands,
guint *n_bands);
-gboolean mm_modem_get_bands (MMModem *self,
+gboolean mm_modem_get_current_bands (MMModem *self,
MMModemBand **bands,
guint *n_bands);
@@ -275,20 +275,20 @@ gboolean mm_modem_set_allowed_modes_sync (MMModem *self,
GCancellable *cancellable,
GError **error);
-void mm_modem_set_bands (MMModem *self,
- const MMModemBand *bands,
- guint n_bands,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean mm_modem_set_bands_finish (MMModem *self,
- GAsyncResult *res,
- GError **error);
-gboolean mm_modem_set_bands_sync (MMModem *self,
- const MMModemBand *bands,
- guint n_bands,
- GCancellable *cancellable,
- GError **error);
+void mm_modem_set_current_bands (MMModem *self,
+ const MMModemBand *bands,
+ guint n_bands,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean mm_modem_set_current_bands_finish (MMModem *self,
+ GAsyncResult *res,
+ GError **error);
+gboolean mm_modem_set_current_bands_sync (MMModem *self,
+ const MMModemBand *bands,
+ guint n_bands,
+ GCancellable *cancellable,
+ GError **error);
void mm_modem_get_sim (MMModem *self,
GCancellable *cancellable,