device: keep a list of port probes instead of just ports

This commit is contained in:
Aleksander Morgado
2012-07-10 12:11:52 +02:00
parent a9075b0c09
commit b791e87b23
4 changed files with 88 additions and 61 deletions

View File

@@ -111,7 +111,7 @@ void mm_plugin_supports_port_cancel (MMPlugin *plugin,
const char *name);
MMBaseModem *mm_plugin_create_modem (MMPlugin *plugin,
GList *ports,
GList *port_probes,
GError **error);
#endif /* MM_PLUGIN_H */