summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormanu88 <manuel.deneu@gmail.com>2025-05-21 15:59:11 +0000
committerDavid Robillard <d@drobilla.net>2025-05-30 21:34:23 -0400
commit5c6eb5742ae0c9166b2586a7fb9a434a2476c527 (patch)
tree9c6949b04449827981749f846c83ad56e03361fa /doc
parent94420866a968d3ba5bb916e15dcb57c1f97d0b49 (diff)
downloadlilv-main.tar.gz
lilv-main.tar.bz2
lilv-main.zip
Fix option example in documentationHEADmain
Diffstat (limited to 'doc')
-rw-r--r--doc/world.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/world.rst b/doc/world.rst
index 8b71165..e96c18f 100644
--- a/doc/world.rst
+++ b/doc/world.rst
@@ -39,7 +39,7 @@ For example, to set the LV2 path to only load plugins bundled in the application
.. code-block:: c
- LilvNode* lv2_path = lilv_new_file_uri(world, NULL, "/myapp/lv2");
+ LilvNode* lv2_path = lilv_new_string(world, "/myapp/lv2");
lilv_world_set_option(world, LILV_OPTION_LV2_PATH, lv2_path);