diff options
author | David Robillard <d@drobilla.net> | 2007-02-22 16:35:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-22 16:35:43 +0000 |
commit | 450edf64e77aac04285dbaf9fb36b6ee9cc1c46d (patch) | |
tree | e0f21722abfe5bdba88d8efb70c0b0f434a6f160 /slv2 | |
parent | d64e43e03c92b4cd034086778f9acd190fc8c6e7 (diff) | |
download | lilv-450edf64e77aac04285dbaf9fb36b6ee9cc1c46d.tar.gz lilv-450edf64e77aac04285dbaf9fb36b6ee9cc1c46d.tar.bz2 lilv-450edf64e77aac04285dbaf9fb36b6ee9cc1c46d.zip |
Updated lv2.h
git-svn-id: http://svn.drobilla.net/lad/slv2@327 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/lv2.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -179,8 +179,10 @@ typedef struct _LV2_Descriptor { * as the plugin descriptor from which this instantiate function was * found. This function must return NULL if instantiation fails. * - * BundlePath is a string of the path to the plugin's .lv2 bundle - * directory, it MUST NOT include the trailing /. + * BundlePath is a string of the path to the LV2 bundle which contains + * this plugin binary. It MUST include the trailing directory separator + * (e.g. '/') so that BundlePath + filename gives the path to a file + * in the bundle. * * HostFeatures is a NULL terminated array of the URIs of the LV2 * features that the host supports. Plugins may refuse to instantiate |