From e67a923c73c26dfd335cfb325511c831996952ab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 1 Jul 2007 19:44:19 +0000 Subject: Fix a couple memory leaks/errors. Add proper bundle path finding (support plugins with binaries not immediately under their bundle paths, though none exist). Add slv2_plugin_get_bundle_uri. Add stub for loading plugin GUIs. git-svn-id: http://svn.drobilla.net/lad/slv2@553 a436a847-0d15-0410-975c-d299462d15a1 --- utils/lv2_inspect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c index a4ae66b..a3b1b5d 100644 --- a/utils/lv2_inspect.c +++ b/utils/lv2_inspect.c @@ -107,6 +107,7 @@ print_plugin(SLV2Plugin p) printf("\tHas latency: no\n\n"); } + printf("\tBundle: %s\n\n", slv2_plugin_get_bundle_uri(p)); printf("\tBinary: %s\n\n", slv2_plugin_get_library_uri(p)); SLV2Values gui = slv2_plugin_get_guis(p); -- cgit v1.2.1