diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-30 15:03:35 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-30 15:03:35 -0700 |
commit | df08f6a43ff8acc617f7330d25450a3a62809ffb (patch) | |
tree | 77756e63b5258655b3c76a8aff445f58b81983e9 /src/mm-plugin.h | |
parent | 720e38aec0a50aa2136f01b7f3620a4e261c0406 (diff) |
core: find the existing modem for a port in the manager
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 40419d41..4f1dfc09 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -71,6 +71,7 @@ struct _MMPlugin { const char *subsys, const char *name, const char *physdev_path, + MMModem *existing, MMSupportsPortResultFunc callback, gpointer user_data); @@ -95,6 +96,7 @@ struct _MMPlugin { MMModem * (*grab_port) (MMPlugin *self, const char *subsys, const char *name, + MMModem *existing, GError **error); }; @@ -106,6 +108,7 @@ MMPluginSupportsResult mm_plugin_supports_port (MMPlugin *plugin, const char *subsys, const char *name, const char *physdev_path, + MMModem *existing, MMSupportsPortResultFunc callback, gpointer user_data); @@ -116,6 +119,7 @@ void mm_plugin_cancel_supports_port (MMPlugin *plugin, MMModem *mm_plugin_grab_port (MMPlugin *plugin, const char *subsys, const char *name, + MMModem *existing, GError **error); #endif /* MM_PLUGIN_H */ |