aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-01-16 01:41:51 +0100
committerAleksander Morgado <aleksander@aleksander.es>2016-03-09 23:59:46 +0100
commitc605b0bc468429f6f9421b964eea97c62f32056a (patch)
treec2288be4eee8841f99b992710725a012781230e5 /src/mm-plugin.c
parentd3bf07e7a87bac85778750a87463b95f2180c55c (diff)
port-probe: allow cancellation
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r--src/mm-plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c
index ec3f6e33..78b767d8 100644
--- a/src/mm-plugin.c
+++ b/src/mm-plugin.c
@@ -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);
}