diff options
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 223e9d12..84df989c 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -124,7 +124,8 @@ struct _MMPluginClass { GType mm_plugin_get_type (void); -const gchar *mm_plugin_get_name (MMPlugin *self); +const gchar *mm_plugin_get_name (MMPlugin *self); +const gchar **mm_plugin_get_allowed_udev_tags (MMPlugin *self); /* This method will run all pre-probing filters, to see if we can discard this * plugin from the probing logic as soon as possible. */ |