aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@gnu.org>2011-09-19 20:27:11 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:21 +0100
commit2b209554893b88443cb9295f8177c87b8ba6aa1f (patch)
treee42c6b364623069b280633c0eb37bcb0cf0016c2 /src/mm-plugin.h
parenta1d2f200214c7f691e4df535490f51c398ca32d4 (diff)
plugin-base: don't report numeric support level in the [0-100] range
There is no single case where more than one plugin may end up wanting to support a given port, and therefore there is no need to report the numeric support level when reporting SUPPORTED.
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r--src/mm-plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h
index 2998c37c..696be1b6 100644
--- a/src/mm-plugin.h
+++ b/src/mm-plugin.h
@@ -82,7 +82,6 @@ struct _MMPlugin {
/* Allows to get the result of an asynchronous port support check. */
MMPluginSupportsResult (* supports_port_finish) (MMPlugin *self,
GAsyncResult *result,
- guint *level,
GError **error);
/* Called to cancel an ongoing supports_port() operation or to notify the
@@ -126,7 +125,6 @@ void mm_plugin_supports_port (MMPlugin *plugin,
MMPluginSupportsResult mm_plugin_supports_port_finish (MMPlugin *plugin,
GAsyncResult *result,
- guint *level,
GError **error);
void mm_plugin_supports_port_cancel (MMPlugin *plugin,