From 35ac97ec5e1235705eae9c5aea481c8634b75a59 Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 19 Dec 2011 07:26:34 +0000 Subject: [PATCH] add @since on single liners. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@66324 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 0cf14d5..8396415 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -433,8 +433,8 @@ typedef enum _Evas_Callback_Type */ EVAS_CALLBACK_IMAGE_UNLOADED, /**< Image data has been unloaded (by some mechanims in Evas that throw out original image data) */ - EVAS_CALLBACK_RENDER_PRE, /**< Called just before rendering starts on the canvas target */ - EVAS_CALLBACK_RENDER_POST, /**< Called just after rendering stops on the canvas target */ + EVAS_CALLBACK_RENDER_PRE, /**< Called just before rendering starts on the canvas target @since 1.2 */ + EVAS_CALLBACK_RENDER_POST, /**< Called just after rendering stops on the canvas target @since 1.2 */ EVAS_CALLBACK_LAST /**< kept as last element/sentinel -- not really an event */ } Evas_Callback_Type; /**< The types of events triggering a callback */ -- 2.7.4