diff options
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 84df989c..926840bf 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -124,8 +124,9 @@ struct _MMPluginClass { GType mm_plugin_get_type (void); -const gchar *mm_plugin_get_name (MMPlugin *self); -const gchar **mm_plugin_get_allowed_udev_tags (MMPlugin *self); +const gchar *mm_plugin_get_name (MMPlugin *self); +const gchar **mm_plugin_get_allowed_udev_tags (MMPlugin *self); +const mm_uint16_pair *mm_plugin_get_allowed_product_ids (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. */ |