core: start using MMBroadbandModem objects
We chain up the Generic plugin created MMBroadbandModem objects within the GDBusObjectManagerServer in MMManager, so that they get properly exported in DBus.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <gudev/gudev.h>
|
||||
|
||||
#include "mm-plugin.h"
|
||||
#include "mm-modem.h"
|
||||
#include "mm-base-modem.h"
|
||||
#include "mm-port.h"
|
||||
#include "mm-port-probe.h"
|
||||
|
||||
@@ -59,8 +59,8 @@ struct _MMPluginBaseClass {
|
||||
GObjectClass parent;
|
||||
|
||||
/* Mandatory subclass functions */
|
||||
MMModem *(*grab_port) (MMPluginBase *plugin,
|
||||
MMModem *existing,
|
||||
MMBaseModem *(*grab_port) (MMPluginBase *plugin,
|
||||
MMBaseModem *existing,
|
||||
MMPortProbe *probe,
|
||||
GError **error);
|
||||
};
|
||||
|
Reference in New Issue
Block a user