From f40f6f9104fb7361064e68ed5aa304a3672d405f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 7 Nov 2011 21:19:53 +0000 Subject: Add lilv_plugin_get_extension_data. Print extension data in lv2info. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3605 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lilv/lilv.h') diff --git a/lilv/lilv.h b/lilv/lilv.h index 3d15b24..d5e0c8f 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -785,6 +785,15 @@ LILV_API 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. */ -- cgit v1.2.1