SVN revision: 38194
This commit is contained in:
Andreas Volz 2008-12-17 22:17:08 +00:00
parent 72f31a383f
commit 78f32ba132
2 changed files with 7 additions and 8 deletions

1
TODO
View File

@ -1,6 +1,5 @@
* memory handling, it leaks like hell
* parent/child chaining
* callback handling needs more thinking
* wrap evas_color_* functions (e.g. evas_color_argb_premul)
* move all #include <config.h> from *.h to *.cpp
* write signal example for evas

View File

@ -31,13 +31,13 @@ class EvasEmotion : public EvasObject
const char * module_filename, EvasCanvas* canvas, const char* name = 0 );
//EvasEmotion( Evas_Object* object, EvasCanvas* canvas, const char* name = 0 );
~EvasEmotion();
/**
* Initialize video engine to either use xine or gstreamer
*
* @param module_filename name of viedo engine to be used
*/
void engineInit(const char * module_filename);
/**
* Initialize video engine to either use xine or gstreamer
*
* @param module_filename name of viedo engine to be used
*/
void engineInit(const char * module_filename);
void setFile( const char* filename );
void setPlay( bool b );