diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-28 12:53:30 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:28 +0100 |
commit | acc3e3f6da1d83ed9050505cc1e79da602c5c5ef (patch) | |
tree | 959938f4cd5c75199c4b54e3a70c4c7c726a159d /src/mm-base-modem.h | |
parent | 1d495c58e65d2160722467b54aefe7b70188ee19 (diff) |
core: always pass open port to interface initializations
When the first AT port is grabbed, modem initialization is launched, using that
specific port. This port is also passed to all interface initialization methods.
Diffstat (limited to 'src/mm-base-modem.h')
-rw-r--r-- | src/mm-base-modem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-base-modem.h b/src/mm-base-modem.h index cd2999ad..f37bf6fe 100644 --- a/src/mm-base-modem.h +++ b/src/mm-base-modem.h @@ -59,6 +59,7 @@ struct _MMBaseModemClass { /* Modem initialization. * Whenever the primary AT port is grabbed, this method gets called */ void (* initialize) (MMBaseModem *self, + MMAtSerialPort *port, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); @@ -130,4 +131,3 @@ guint mm_base_modem_get_vendor_id (MMBaseModem *self); guint mm_base_modem_get_product_id (MMBaseModem *self); #endif /* MM_BASE_MODEM_H */ - |