From 123ba8acf4817ae246130081f76fc7f4398e412d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2007 19:31:51 +0000 Subject: Fix LV2 UI stuff. Sineshaper embeds in Ingen now. git-svn-id: http://svn.drobilla.net/lad/slv2@773 a436a847-0d15-0410-975c-d299462d15a1 --- src/value.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/value.c') diff --git a/src/value.c b/src/value.c index 33f0020..bccb375 100644 --- a/src/value.c +++ b/src/value.c @@ -50,6 +50,14 @@ slv2_value_new(SLV2ValueType type, const char* str) } +/* +SLV2Value +slv2_value_new_uri(const char* uri) +{ + return slv2_value_new(SLV2_VALUE_URI, uri); +} +*/ + SLV2Value slv2_value_duplicate(SLV2Value val) { -- cgit v1.2.1