From fa730d2423662aeb4c34f7395e448e3316358823 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 28 Oct 2015 18:31:14 +0000 Subject: Fix outdated comment references to lilv_uri_to_path() git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5795 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lilv') diff --git a/lilv/lilv.h b/lilv/lilv.h index 27ed6d0..6bced5e 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1,5 +1,5 @@ /* - Copyright 2007-2014 David Robillard + Copyright 2007-2015 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -750,7 +750,7 @@ lilv_plugin_get_uri(const LilvPlugin* plugin); Typical hosts should not need to use this function. Note this always returns a fully qualified URI. If you want a local - filesystem path, use lilv_uri_to_path(). + filesystem path, use lilv_file_uri_parse(). @return a shared string which must not be modified or freed. */ LILV_API const LilvNode* @@ -760,7 +760,7 @@ lilv_plugin_get_bundle_uri(const LilvPlugin* plugin); Get the (resolvable) URIs of the RDF data files that define a plugin. Typical hosts should not need to use this function. Note this always returns fully qualified URIs. If you want local - filesystem paths, use lilv_uri_to_path(). + filesystem paths, use lilv_file_uri_parse(). @return a list of complete URLs eg. "file:///foo/ABundle.lv2/aplug.ttl", which is shared and must not be modified or freed. */ @@ -770,7 +770,7 @@ lilv_plugin_get_data_uris(const LilvPlugin* plugin); /** Get the (resolvable) URI of the shared library for `plugin`. Note this always returns a fully qualified URI. If you want a local - filesystem path, use lilv_uri_to_path(). + filesystem path, use lilv_file_uri_parse(). @return a shared string which must not be modified or freed. */ LILV_API const LilvNode* -- cgit v1.2.1