Enlightenment CVS committal Author : raster Project : e17 Module : libs/emotion
Dir : e17/libs/emotion/src/lib Modified Files: Emotion.h Log Message: add c++ stuff =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/emotion/src/lib/Emotion.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Emotion.h 4 May 2005 21:32:37 -0000 1.6 +++ Emotion.h 3 Sep 2005 01:38:45 -0000 1.7 @@ -53,6 +53,10 @@ #define EMOTION_CHANNEL_AUTO -1 #define EMOTION_CHANNEL_DEFAULT 0 +#ifdef __cplusplus +extern "C" { +#endif + /* api calls available */ Evas_Object *emotion_object_add (Evas *evas); Evas_Bool emotion_object_init (Evas_Object *obj); @@ -107,4 +111,8 @@ int emotion_object_spu_button_get (Evas_Object *obj); const char *emotion_object_meta_info_get (Evas_Object *obj, Emotion_Meta_Info meta); +#ifdef __cplusplus +} +#endif + #endif ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs