diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-03 13:23:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:43 +0100 |
commit | 6abcfd54a6c3b45b38c0bc4a999b39f0c683de35 (patch) | |
tree | 1ba0b90806976da4461ce92654010aac8f3f4c4f /src/mm-iface-modem-cdma.h | |
parent | 863bfe9ecd4a5a9e8fba087ee05de04523f8b9d0 (diff) |
iface-modem-cdma: load MEID during initialization
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r-- | src/mm-iface-modem-cdma.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h index 29b770d3..1ed1c7e7 100644 --- a/src/mm-iface-modem-cdma.h +++ b/src/mm-iface-modem-cdma.h @@ -35,6 +35,14 @@ typedef struct _MMIfaceModemCdma MMIfaceModemCdma; struct _MMIfaceModemCdma { GTypeInterface g_iface; + /* Loading of the MEID property */ + void (*load_meid) (MMIfaceModemCdma *self, + GAsyncReadyCallback callback, + gpointer user_data); + gchar * (*load_meid_finish) (MMIfaceModemCdma *self, + GAsyncResult *res, + GError **error); + /* OTA activation */ void (* activate) (MMIfaceModemCdma *self, const gchar *carrier, |