diff options
author | Aleksander Morgado <aleksander@gnu.org> | 2011-09-06 19:45:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | 5f2d0d474cf9b4308715f4ef811127410e874240 (patch) | |
tree | ab9d0624d5315b3ad6756bbbed61cef6dab7bf59 /src/mm-plugin-manager.h | |
parent | 8fed241767b65ca4a651057109324a81e7c20e0b (diff) |
plugin-manager: allow suggesting a plugin when launching support checks
The newly launched support check will start probing with the suggested plugin
right away.
Diffstat (limited to 'src/mm-plugin-manager.h')
-rw-r--r-- | src/mm-plugin-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-manager.h b/src/mm-plugin-manager.h index 673ec932..825e69c6 100644 --- a/src/mm-plugin-manager.h +++ b/src/mm-plugin-manager.h @@ -51,6 +51,7 @@ void mm_plugin_manager_find_port_support (MMPluginManager *self, const gchar *subsys, const gchar *name, const gchar *physdev_path, + MMPlugin *suggested_plugin, MMModem *existing, GAsyncReadyCallback callback, gpointer user_data); |