diff options
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index 3d15b24..d5e0c8f 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -786,6 +786,15 @@ LilvNodes* lilv_plugin_get_optional_features(const LilvPlugin* p); /** + Get the extension data implemented by a plugin. + This can be used to find which URIs lilv_instance_get_extension_data() + will return a value for without instantiating the plugin. +*/ +LILV_API +LilvNodes* +lilv_plugin_get_extension_data(const LilvPlugin* p); + +/** Get the number of ports on this plugin. */ LILV_API |