Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/data


Modified Files:
        README 


Log Message:
renamed the playback signals. ui_deinit renamed to ui_shutdown. reverted ben's 
ewl_shutdown() change :)
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/README,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- README      1 Feb 2004 16:58:52 -0000       1.12
+++ README      6 Feb 2004 15:05:45 -0000       1.13
@@ -41,11 +41,13 @@
 
 ePlayer itself also emits signals:
 
-    action,     SIGNAL_EMIT "PLAYBACK_STARTED" "ePlayer";
-    action,     SIGNAL_EMIT "PLAYBACK_STOPPED" "ePlayer";
-
-The first signal is emitted whenever ePlayer starts playing a track,
-the second signal is emitted when playback is stopped.
+    action,     SIGNAL_EMIT "PLAYBACK_STATE_PLAYING" "ePlayer";
+    action,     SIGNAL_EMIT "PLAYBACK_STATE_PAUSED"  "ePlayer";
+    action,     SIGNAL_EMIT "PLAYBACK_STATE_STOPPED" "ePlayer";
+
+The first signal is emitted to indicate ePlayer is currently playing
+a track, the second signal is emitted to indicate playback is paused,
+and the third signal is emitted to indicate playback is stopped.
 
 The Edje provides the following parts for text display, etc:
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to