diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-25 15:01:41 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:27 +0100 |
commit | 0adbd8edadbf3c0a07df59c362977e015481cedb (patch) | |
tree | ae5af9413161fc706089b740fc35f6c5779e3ba2 /src/mm-iface-modem.h | |
parent | b948c93e598ffc42e4c0a34f856b42944719e916 (diff) |
iface-modem: send power-up commands during enable
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index 62060f24..67df959a 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -190,6 +190,14 @@ struct _MMIfaceModem { gboolean (*modem_init_finish) (MMIfaceModem *self, GAsyncResult *res, GError **error); + + /* Asynchronous modem power-up operation */ + void (*modem_power_up) (MMIfaceModem *self, + GAsyncReadyCallback callback, + gpointer user_data); + gboolean (*modem_power_up_finish) (MMIfaceModem *self, + GAsyncResult *res, + GError **error); }; GType mm_iface_modem_get_type (void); |