diff --git a/TODO b/TODO index ef09821..1d07c31 100644 --- a/TODO +++ b/TODO @@ -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 from *.h to *.cpp * write signal example for evas diff --git a/src/emotion/eflpp_emotion.h b/src/emotion/eflpp_emotion.h index 9525eb8..ecfa015 100644 --- a/src/emotion/eflpp_emotion.h +++ b/src/emotion/eflpp_emotion.h @@ -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 );