From db32487a23a07dcf62686480aa8642c4795f3787 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Nov 2011 01:23:22 +0000 Subject: Make all lv2:documentation valid XHTML Basic 1.1. Validate lv2:documentation in lv2specgen (if lxml is available). --- extensions/ui.lv2/ui.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions') diff --git a/extensions/ui.lv2/ui.ttl b/extensions/ui.lv2/ui.ttl index 36fc9bd..2aa7864 100644 --- a/extensions/ui.lv2/ui.ttl +++ b/extensions/ui.lv2/ui.ttl @@ -74,10 +74,10 @@ editing the original plugin bundle.

code and the process that loads the shared object file containing the actual plugin implementation are not necessarily the same process (and not even necessarily on the same machine). This means that plugin and UI code can -not use singletons and global variables and expect them to refer to -the same objects in the UI and the actual plugin. The function callback -interface defined in this header is the only method of communication between -UIs and plugin instances (extensions may define more, though this is +not use singletons and global variables and expect them to +refer to the same objects in the UI and the actual plugin. The function +callback interface defined in this header is the only method of communication +between UIs and plugin instances (extensions may define more, though this is discouraged unless absolutely necessary since the significant benefits of network transparency and serialisability are lost).

-- cgit v1.2.1