diff options
author | David Robillard <d@drobilla.net> | 2009-08-12 00:26:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-08-12 00:26:37 +0000 |
commit | b2bcea3174376315ec88e71d26e36293b72edcde (patch) | |
tree | 8f565fd05e5cb9126f7bd83fb95d0d32f98195fb /slv2 | |
parent | 9bb8cdee692bc128fe158ee983a858cc2aa408ca (diff) | |
download | lilv-b2bcea3174376315ec88e71d26e36293b72edcde.tar.gz lilv-b2bcea3174376315ec88e71d26e36293b72edcde.tar.bz2 lilv-b2bcea3174376315ec88e71d26e36293b72edcde.zip |
Fix slv2_plugin_get_name documentation (thanks to Damon Chaplin).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2177 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/plugin.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h index edf54c9..5af80e8 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -130,9 +130,10 @@ slv2_plugin_get_library_uri(SLV2Plugin plugin); /** Get the name of \a plugin. * - * This is guaranteed to return the untranslated name (the doap:name in the - * data file without a language tag). Returned value must be freed by - * the caller. + * This returns the name (doap:name) of the plugin. The name may be + * translated according to the current locale, this value MUST NOT be used + * as a plugin identifier (use the URI for that). + * Returned value must be freed by the caller. * * Time = Query */ |