Enlightenment CVS committal
Author : dj2
Project : e17
Module : docs
Dir : e17/docs/edjebook/xml
Modified Files:
edje_api.xml
Log Message:
- change the signature of the prev_file function.
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/edjebook/xml/edje_api.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_api.xml 1 Apr 2004 09:58:59 -0000 1.2
+++ edje_api.xml 5 Jan 2005 03:50:42 -0000 1.3
@@ -100,10 +100,12 @@
...
-void prev_file(player_session *data, Evas *e, Evas_Object *obj, void
*event_info){
+void prev_file(void *user_data, Evas_Object *obj, const char *em, const char
*src){
+ player_session *data;
printf("DEBUG: Previous File Called\n"); /* Report what we're
doing for debugging purposes */
+ data = user_data;
ecore_idler_del(data->play_idler); /* Stop the current playing
stream */
data->play_list = evas_list_prev(data->play_list); /* Get the
previous list item */
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs