port-probe: allow cancellation

This commit is contained in:
Aleksander Morgado
2016-01-16 01:41:51 +01:00
parent d3bf07e7a8
commit c605b0bc46
3 changed files with 536 additions and 479 deletions

View File

@@ -811,6 +811,7 @@ mm_plugin_supports_port (MMPlugin *self,
self->priv->send_lf,
self->priv->custom_at_probe,
self->priv->custom_init,
cancellable,
(GAsyncReadyCallback) port_probe_run_ready,
task);
}