From b44de32570abcc79c13689a83ab5d18ed4ac58a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Nov 2011 23:46:52 +0000 Subject: Fix incorrect comment on lilv_plugin_get_author_homepage. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3614 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilv/lilv.h b/lilv/lilv.h index e748d1d..649d341 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -900,7 +900,7 @@ LilvNode* lilv_plugin_get_author_email(const LilvPlugin* plugin); /** - Get the email address of the plugin's author. + Get the address of the plugin author's home page. Returns NULL if author homepage is not present. Returned value must be freed by caller. */ -- cgit v1.2.1