@since++
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Feb 2012 08:14:13 +0000 (08:14 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Feb 2012 08:14:13 +0000 (08:14 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@68145 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/Ecore_Evas.h

index 7556827..a3bde6e 100644 (file)
@@ -151,7 +151,7 @@ typedef struct _Ecore_Cocoa_Window Ecore_Cocoa_Window;
 #ifndef _ECORE_EVAS_PRIVATE_H
 /* basic data types */
 typedef struct _Ecore_Evas Ecore_Evas;
-typedef void   (*Ecore_Evas_Event_Cb) (Ecore_Evas *ee);
+typedef void   (*Ecore_Evas_Event_Cb) (Ecore_Evas *ee); /**< Callback used for several ecore evas events @since 1.2 */
 #endif
 
 /* module setup/shutdown calls */