Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7138

Modified Files:
        plugin.py 
Log Message:
update doc

Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** plugin.py   9 Jul 2003 19:12:57 -0000       1.22
--- plugin.py   12 Jul 2003 17:17:45 -0000      1.23
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2003/07/12 17:17:45  dischi
+ # update doc
+ #
  # Revision 1.22  2003/07/09 19:12:57  dischi
  # A plugin can now inherit from more than one basic plugin type. Basic
***************
*** 107,112 ****
      def poll(self):
          this function will be called every poll_intervall*0.1 seconds
!     def draw(self):
!         this function will be caleed to update the screen
      def eventhandler(self, event):
          events no one else wants will be passed to this functions
--- 110,115 ----
      def poll(self):
          this function will be called every poll_intervall*0.1 seconds
!     def draw(self(type, object), osd):
!         this function will be called to update the screen
      def eventhandler(self, event):
          events no one else wants will be passed to this functions




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to