diff options
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 4a3d75b3..d4d9db4f 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -57,6 +57,14 @@ struct _MMIfaceModem { GAsyncResult *res, GError **error); + /* Asynchronous modem power-down operation run during initialization */ + void (*modem_init_power_down) (MMIfaceModem *self, + GAsyncReadyCallback callback, + gpointer user_data); + gboolean (*modem_init_power_down_finish) (MMIfaceModem *self, + GAsyncResult *res, + GError **error); + /* Loading of the Manufacturer property */ void (*load_manufacturer) (MMIfaceModem *self, GAsyncReadyCallback callback, |