diff options
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. |