summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-12 19:13:48 +0000
committerDavid Robillard <d@drobilla.net>2014-01-12 19:13:48 +0000
commita15e3165162313a8bbea75078b0eef2fd12a9a14 (patch)
tree374d6dcd43b3b2af3447cc6e6c207b40722b700a /src/lilv_internal.h
parentb6d42f8679198904b8210251d9529e6e52ff27a1 (diff)
downloadlilv-a15e3165162313a8bbea75078b0eef2fd12a9a14.tar.gz
lilv-a15e3165162313a8bbea75078b0eef2fd12a9a14.tar.bz2
lilv-a15e3165162313a8bbea75078b0eef2fd12a9a14.zip
Factor out common file reading code.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5310 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index f8fcec6..ae58e04 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -280,10 +280,13 @@ SerdStatus lilv_world_load_file(LilvWorld* world,
SerdReader* reader,
const LilvNode* uri);
+SerdStatus
+lilv_world_load_graph(LilvWorld* world, SordNode* graph, const uint8_t* uri);
+
LilvUI* lilv_ui_new(LilvWorld* world,
- LilvNode* uri,
- LilvNode* type_uri,
- LilvNode* binary_uri);
+ LilvNode* uri,
+ LilvNode* type_uri,
+ LilvNode* binary_uri);
void lilv_ui_free(LilvUI* ui);