summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-31 17:02:46 +0000
committerDavid Robillard <d@drobilla.net>2011-01-31 17:02:46 +0000
commit920128cdb2bb7fe99a000965f26efb2f72cff524 (patch)
tree8ed0017abae53621893b91eadb66f7403e12fa2f /src/slv2_internal.h
parentd394e7d292c8cc686a11a08984e2d11d704cf329 (diff)
downloadlilv-920128cdb2bb7fe99a000965f26efb2f72cff524.tar.gz
lilv-920128cdb2bb7fe99a000965f26efb2f72cff524.tar.bz2
lilv-920128cdb2bb7fe99a000965f26efb2f72cff524.zip
slv2_value_new_librdf_node => slv2_value_new_from_node .
Remove slv2_value_new_librdf_uri. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2891 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 0bd1d60..aa8e878 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -259,8 +259,7 @@ struct _SLV2Value {
};
SLV2Value slv2_value_new(SLV2World world, SLV2ValueType type, const char* val);
-SLV2Value slv2_value_new_librdf_node(SLV2World world, SLV2Node node);
-SLV2Value slv2_value_new_librdf_uri(SLV2World world, SLV2Node node);
+SLV2Value slv2_value_new_from_node(SLV2World world, SLV2Node node);
librdf_uri* slv2_value_as_librdf_uri(SLV2Value value);
static inline SLV2Node slv2_node_copy(SLV2Node node) {