diff options
Diffstat (limited to 'src/mm-base-modem.h')
-rw-r--r-- | src/mm-base-modem.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mm-base-modem.h b/src/mm-base-modem.h index 10211547..cf4f038e 100644 --- a/src/mm-base-modem.h +++ b/src/mm-base-modem.h @@ -63,9 +63,8 @@ struct _MMBaseModemClass { MMPort *port); /* Modem initialization. - * Whenever the primary AT port is grabbed, this method gets called */ + * As soon as the ports are organized, this method gets called */ void (* initialize) (MMBaseModem *self, - MMAtSerialPort *port, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); |