diff options
author | David Robillard <d@drobilla.net> | 2011-02-22 05:26:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-22 05:26:08 +0000 |
commit | 0c34bf91a5e877a4809d203851a2116eb855630b (patch) | |
tree | b1d9756f6b78e48f98078a988df7cbcce5a7ce7e /slv2 | |
parent | fc28ae6099ed8d352c4e05882c090ef08d2df1a9 (diff) | |
download | lilv-0c34bf91a5e877a4809d203851a2116eb855630b.tar.gz lilv-0c34bf91a5e877a4809d203851a2116eb855630b.tar.bz2 lilv-0c34bf91a5e877a4809d203851a2116eb855630b.zip |
Fix documentation parameter reference.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3005 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ typedef struct _SLV2UIInstance* SLV2UIInstance; * @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. + * @a 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). * |