diff options
-rw-r--r-- | lilv/lilv.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |