Evas callbacks for emotion : http://trac.enlightenment.org/e/browser/trunk/emotion/src/lib/emotion_smart.c
97 static const char SIG_FRAME_DECODE[] = "frame_decode"; 98 static const char SIG_POSITION_UPDATE[] = "position_update"; 99 static const char SIG_LENGTH_CHANGE[] = "length_change"; 100 static const char SIG_FRAME_RESIZE[] = "frame_resize"; 101 static const char SIG_DECODE_STOP[] = "decode_stop"; 102 static const char SIG_PLAYBACK_FINISHED[] = "playback_finished"; 103 static const char SIG_AUDIO_LEVEL_CHANGE[] = "audio_level_change"; 104 static const char SIG_CHANNELS_CHANGE[] = "channels_change"; 105 static const char SIG_TITLE_CHANGE[] = "title_change"; 106 static const char SIG_PROGRESS_CHANGE[] = "progress_change"; 107 static const char SIG_REF_CHANGE[] = "ref_change"; 108 static const char SIG_BUTTON_NUM_CHANGE[] = "button_num_change"; 109 static const char SIG_BUTTON_CHANGE[] = "button_change"; (what you want here is probably "playback_finished") On Tue, Sep 14, 2010 at 10:28 PM, Andreas Volz <li...@brachttal.net> wrote: > Hello, > > I noticed that the emotion smart callbacks are at most undocumented. Or > didn't I find the documentation? > > What is the best way to detect that a file has played to the end? > > regards > Andreas > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel