diff --git a/wiki/support_library.html b/wiki/support_library.html index 90525055e..50562fdb4 100644 --- a/wiki/support_library.html +++ b/wiki/support_library.html @@ -1991,7 +1991,7 @@ For binary compatibility everything will work well, provided that the caller kep -
+
Cinelerra3 will use a very simple and language neutral plugin system. The focus is on easy and independent distribution of plugins and small specific interfaces. Ultimate flexibility is of second concern.
 
 ! Concept
@@ -2019,6 +2019,10 @@ Each interface/prototype is versioned. How this works together is explained in P
 ** [[C|HowtoCPlugin]]
 ** [[C++|HowtoCppPlugin]]
 * [[Use this Plugin|HowtoUsePlugin]] 
+
+!! Planned
+* enumerating interfaces of a plugin
+* pattern matching interfaces -- find the best possible interface