diff options
author | David Robillard <d@drobilla.net> | 2006-10-28 20:05:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-10-28 20:05:22 +0000 |
commit | 75473961a3322945dc11ddcff6d6498ec1e4d94d (patch) | |
tree | 6a2664363ef415e2ca3e253f201ac015ea5ffe01 /slv2/plugininstance.h | |
parent | 75068bb8dc9ae3d6711a5d8548c0c3ede0654f47 (diff) | |
download | lilv-75473961a3322945dc11ddcff6d6498ec1e4d94d.tar.gz lilv-75473961a3322945dc11ddcff6d6498ec1e4d94d.tar.bz2 lilv-75473961a3322945dc11ddcff6d6498ec1e4d94d.zip |
Clarified lv2.h header for HostFeatures parameter, associated changes to SLV2.
git-svn-id: http://svn.drobilla.net/lad/slv2@195 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugininstance.h')
-rw-r--r-- | slv2/plugininstance.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slv2/plugininstance.h b/slv2/plugininstance.h index aba3f95..553bb74 100644 --- a/slv2/plugininstance.h +++ b/slv2/plugininstance.h @@ -54,6 +54,10 @@ typedef const struct _Instance SLV2Instance; * \a plugin is not modified or directly referenced by the returned object * (instances store only a copy of the plugin's URI). * + * \a host_features NULL-terminated array of features the host supports. + * NULL may be passed if the host supports no additional features (unlike + * the LV2 specification - SLV2 takes care of it). + * * \return NULL if instantiation failed. */ SLV2Instance* |