diff options
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index 9b6db73d..265b965b 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -304,6 +304,13 @@ struct _MMIfaceModem { GAsyncResult *res, GError **error); + /* Asynchronous modem power-off operation */ + void (*modem_power_off) (MMIfaceModem *self, + GAsyncReadyCallback callback, + gpointer user_data); + gboolean (*modem_power_off_finish) (MMIfaceModem *self, + GAsyncResult *res, + GError **error); /* Create SIM */ void (*create_sim) (MMIfaceModem *self, GAsyncReadyCallback callback, |