explain new wizard api
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 11 Feb 2008 23:12:59 +0000 (23:12 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 11 Feb 2008 23:12:59 +0000 (23:12 +0000)
lib/python/Plugins/Plugin.py

index 583c9ad..4319d32 100644 (file)
@@ -28,7 +28,7 @@ class PluginDescriptor:
        # reason (0: start, 1: end)
        WHERE_AUTOSTART = 5
        
        # reason (0: start, 1: end)
        WHERE_AUTOSTART = 5
        
-       # start as wizard. In that case, fnc must be a screen class!
+       # start as wizard. In that case, fnc must be tuple (priority,class) with class being a screen class!
        WHERE_WIZARD = 6
        
        # like autostart, but for a session. currently, only session starts are 
        WHERE_WIZARD = 6
        
        # like autostart, but for a session. currently, only session starts are