diff options
author | Lars Luthman <lars.luthman@gmail.com> | 2011-03-26 21:23:23 +0000 |
---|---|---|
committer | Lars Luthman <lars.luthman@gmail.com> | 2011-03-26 21:23:23 +0000 |
commit | 81f7c65c0a300131d2643359aab3943add8b5c77 (patch) | |
tree | 8c150413609c2fa01e5991e543debf0dcac1ddc3 /ext/ui.lv2 | |
parent | a55d9df8423746815900b63149eea88e99eaa147 (diff) | |
download | lv2-81f7c65c0a300131d2643359aab3943add8b5c77.tar.xz |
Workaround for ui.h collision
Diffstat (limited to 'ext/ui.lv2')
-rw-r--r-- | ext/ui.lv2/ui.ttl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/ui.lv2/ui.ttl b/ext/ui.lv2/ui.ttl index b5471cc..3839f38 100644 --- a/ext/ui.lv2/ui.ttl +++ b/ext/ui.lv2/ui.ttl @@ -87,8 +87,9 @@ plugin implementation do not have to be the same. There are many valid reasons for having the plugin and the UI in different processes, or even on different machines. This means that you can <b>not</b> 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 the header ui.h is all you -can expect to work.</p> +plugin. The function callback interface defined in the header +<a href="../../doc/html/ui_8lv2_2ui_8h.html">ui<!-- hackety hack -->.h</a> is +all you can expect to work.</p> """. ############## @@ -129,7 +130,8 @@ doesn't support all of its required features, and an UI MUST fail to instantiate if the host doesn't pass all required features to instantiate(). </p> -<p>For details about the C API used to load UIs, see the file ui.h. +<p>For details about the C API used to load UIs, see the file +<a href="../../doc/html/ui_8lv2_2ui_8h.html">ui<!-- hackety hack -->.h</a>. </p> """ . |