add @since on single liners.

SVN revision: 66324
This commit is contained in:
Carsten Haitzler 2011-12-19 07:26:34 +00:00
parent 0d91f7a776
commit 8a25dfd96b
1 changed files with 2 additions and 2 deletions

View File

@ -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 */