diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl index 9fb19c9..512a967 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl @@ -346,6 +346,11 @@ URI (LV2_UI__showInterface), it should return a pointer to an LV2UI_Show_Interface.</p> """ . +ui:windowTitle + a rdf:Property ; + rdfs:range xsd:string ; + rdfs:comment "The title for the window shown by LV2UI_Show_Interface." . + ui:updateRate a rdf:Property ; rdfs:range xsd:float ; |