From 8b8e0e49c7deec2a8c8adbe9d250a7491a5ecf5b Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Thu, 19 Jul 2007 04:29:02 +0200 Subject: [PATCH] just little note --- wiki/support_library.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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