diff options
author | David Robillard <d@drobilla.net> | 2024-07-11 20:01:26 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-07-11 20:01:26 -0400 |
commit | 6b18f721d78ee6b0e65bea2a42b70b00ae1acab0 (patch) | |
tree | 7c94d4b410a480f0cb9e3ef3c08260a57fe49a80 /lv2/ui.lv2/ui.meta.ttl | |
parent | 238ee61ef742d6a7627ebecd30f0f53b0c8d01de (diff) | |
download | lv2-6b18f721d78ee6b0e65bea2a42b70b00ae1acab0.tar.xz |
Add types for Gtk4UI and Qt6UI
Diffstat (limited to 'lv2/ui.lv2/ui.meta.ttl')
-rw-r--r-- | lv2/ui.lv2/ui.meta.ttl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lv2/ui.lv2/ui.meta.ttl b/lv2/ui.lv2/ui.meta.ttl index ede80ae..393d8d6 100644 --- a/lv2/ui.lv2/ui.meta.ttl +++ b/lv2/ui.lv2/ui.meta.ttl @@ -99,6 +99,16 @@ not be used in the same process. """^^lv2:Markdown . +ui:Gtk4UI + lv2:documentation """ + +The host must guarantee that the Gtk+ 4 library has been initialised and the +Glib main loop is running before the UI is instantiated. Note that this UI +type is not suitable for binary distribution since multiple versions of Gtk can +not be used in the same process. + +"""^^lv2:Markdown . + ui:Qt4UI lv2:documentation """ @@ -119,6 +129,16 @@ used in the same process. """^^lv2:Markdown . +ui:Qt6UI + lv2:documentation """ + +The host must guarantee that the Qt6 library has been initialised and the Qt6 +main loop is running before the UI is instantiated. Note that this UI type is +not suitable for binary distribution since multiple versions of Qt can not be +used in the same process. + +"""^^lv2:Markdown . + ui:X11UI lv2:documentation """ |