From ac3f3ffe14e0e01710e0ded24914d5ca1f31f55d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 21 Apr 2007 07:13:35 +0000 Subject: Plugin classes (categories) progress. git-svn-id: http://svn.drobilla.net/lad/slv2@467 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/world.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'slv2/world.h') diff --git a/slv2/world.h b/slv2/world.h index 59b0adc..08acd2b 100644 --- a/slv2/world.h +++ b/slv2/world.h @@ -103,6 +103,14 @@ slv2_world_load_bundle(SLV2World world, const char* bundle_uri); +/** Get the parent of all other plugin classes, lv2:Plugin. + * + * Time = O(1) + */ +SLV2PluginClass +slv2_world_get_plugin_class(SLV2World world); + + /** Return a list of all found plugin classes. * * Returned list is owned by world and must not be freed by the caller. -- cgit v1.2.1