core: don't pass primary port to interface initializations

They will all get it themselves.
This commit is contained in:
Aleksander Morgado
2012-02-13 23:13:39 +01:00
parent 3de4a29963
commit 21a722b616
16 changed files with 6 additions and 64 deletions

View File

@@ -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);