From 09e5c017b096bc84bbbc0b273baffd221144213a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Apr 2007 21:25:38 +0000 Subject: Preliminary categories support. git-svn-id: http://svn.drobilla.net/lad/slv2@465 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/plugin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'slv2/plugin.h') diff --git a/slv2/plugin.h b/slv2/plugin.h index 30394d3..4db5130 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -134,6 +134,12 @@ char* slv2_plugin_get_name(SLV2Plugin plugin); +/** Get the category this plugin belongs to. + */ +SLV2Category +slv2_plugin_get_category(SLV2Plugin plugin); + + /** Get a value associated with the plugin in a plugin's data files. * * Returns the ?object of all triples found of the form: -- cgit v1.2.1