diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-05 01:30:08 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:45 +0100 |
commit | 32a0c8fbb7d5fa76e963aec2e288a0e2dcc214a4 (patch) | |
tree | 2f3ba92e2d93ce8c1613798cc7d3153ab4260109 /src/mm-plugin.h | |
parent | 65c14607cd8233217116e19e7c30067257a6f03c (diff) |
plugin-manager: new defer-until-suggested support check result handling
'net' ports will be supported as soon as there is another port reporting
successful support.
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 369b6614..47cf8572 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -50,6 +50,7 @@ typedef void (*MMSupportsPortResultFunc) (MMPlugin *plugin, typedef enum { MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED = 0x0, MM_PLUGIN_SUPPORTS_PORT_DEFER, + MM_PLUGIN_SUPPORTS_PORT_DEFER_UNTIL_SUGGESTED, MM_PLUGIN_SUPPORTS_PORT_SUPPORTED } MMPluginSupportsResult; @@ -137,4 +138,3 @@ MMBaseModem *mm_plugin_grab_port (MMPlugin *plugin, GError **error); #endif /* MM_PLUGIN_H */ - |