diff options
author | David Robillard <d@drobilla.net> | 2007-04-21 07:13:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-21 07:13:35 +0000 |
commit | ac3f3ffe14e0e01710e0ded24914d5ca1f31f55d (patch) | |
tree | f8b5b1762233efa142f8ee840a4ebf9211325a04 /slv2/world.h | |
parent | 081352a14c7c4f73113d9a491280e327eec14c83 (diff) | |
download | lilv-ac3f3ffe14e0e01710e0ded24914d5ca1f31f55d.tar.gz lilv-ac3f3ffe14e0e01710e0ded24914d5ca1f31f55d.tar.bz2 lilv-ac3f3ffe14e0e01710e0ded24914d5ca1f31f55d.zip |
Plugin classes (categories) progress.
git-svn-id: http://svn.drobilla.net/lad/slv2@467 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/world.h')
-rw-r--r-- | slv2/world.h | 8 |
1 files changed, 8 insertions, 0 deletions
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. |