From 0bf92c1f25a854566212e42deafe72ecd2a5f1a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Jan 2008 15:14:53 +0000 Subject: Work on generic LV2 events. git-svn-id: http://svn.drobilla.net/lad/slv2@1090 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/value.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'slv2/value.h') diff --git a/slv2/value.h b/slv2/value.h index 00cd39a..94a7f95 100644 --- a/slv2/value.h +++ b/slv2/value.h @@ -31,8 +31,12 @@ extern "C" { */ -/*SLV2Value -slv2_value_new_uri(const char* uri);*/ +/** Create a new URI value. + * + * Returned value must be freed by called with slv2_value_free. + */ +SLV2Value +slv2_value_new_uri(SLV2World world, const char* uri); /** Free an SLV2Value. -- cgit v1.2.1