From b2bcea3174376315ec88e71d26e36293b72edcde Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Aug 2009 00:26:37 +0000 Subject: 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 --- slv2/plugin.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'slv2/plugin.h') 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 */ -- cgit v1.2.1